diff --git a/.eslintrc.js b/.eslintrc.js index 05a1ab6..13b6ecf 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,7 +1,8 @@ module.exports = { root: true, env: { - node: true + node: true, + jest: true }, 'extends': [ 'plugin:vue/recommended', diff --git a/jest.config.js b/jest.config.js index 4ea9a9a..fa77ecf 100644 --- a/jest.config.js +++ b/jest.config.js @@ -20,7 +20,7 @@ module.exports = { 'jest-serializer-vue' ], testMatch: [ - '**/tests/unit/**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)' + '**/*.test.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)' ], testURL: 'http://localhost/' } diff --git a/src/app/euromat/components/results.vue b/src/app/euromat/components/results.vue index 44a1f56..b7311dd 100644 --- a/src/app/euromat/components/results.vue +++ b/src/app/euromat/components/results.vue @@ -32,7 +32,7 @@ @@ -99,17 +99,9 @@