🔥 (jest) remove all jest references

This commit is contained in:
Julien Calixte
2023-07-01 23:12:23 +02:00
parent e4bba8246b
commit b8c255fd13
2 changed files with 1 additions and 13 deletions

View File

@@ -42,13 +42,7 @@ module.exports = {
}, },
overrides: [ overrides: [
{ {
files: [ files: ['**/__tests__/*.{j,t}s?(x)', '**/tests/unit/**/*.spec.{j,t}s?(x)']
'**/__tests__/*.{j,t}s?(x)',
'**/tests/unit/**/*.spec.{j,t}s?(x)'
],
env: {
jest: true
}
} }
] ]
} }

View File

@@ -1,6 +0,0 @@
module.exports = {
preset: '@vue/cli-plugin-unit-jest/presets/typescript-and-babel',
transform: {
'^.+\\.vue$': 'vue-jest'
}
}