diff --git a/frontend/jest.config.js b/frontend/jest.config.js index 5caae815c..2a52ec707 100644 --- a/frontend/jest.config.js +++ b/frontend/jest.config.js @@ -12,6 +12,7 @@ module.exports = { '\\.(css|less)$': 'identity-obj-proxy', '\\.(scss)$': '/src/assets/mocks/styleMock.js', '^@/(.*)$': '/src/$1', + '^@test/(.*)$': '/test/$1', }, transform: { '^.+\\.vue$': 'vue-jest', diff --git a/frontend/package.json b/frontend/package.json index dcf9baf53..785ebb11d 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -82,9 +82,6 @@ "vue-template-compiler": "^2.6.11", "webpack-bundle-analyzer": "^4.5.0" }, - "_moduleAliases": { - "@components": "./components" - }, "postcss": { "plugins": { "autoprefixer": {} diff --git a/frontend/src/App.vue b/frontend/src/App.vue index b14f5c8a2..39e417404 100755 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -10,8 +10,8 @@