🔥 (jest) remove all jest references
This commit is contained in:
@@ -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
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
module.exports = {
|
|
||||||
preset: '@vue/cli-plugin-unit-jest/presets/typescript-and-babel',
|
|
||||||
transform: {
|
|
||||||
'^.+\\.vue$': 'vue-jest'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user