chore: workspace file is deprecated
parent
543a7e3962
commit
de8d39ffed
|
|
@ -6,6 +6,14 @@ export default defineConfig({
|
||||||
plugins: [Vue(), VueJsx()],
|
plugins: [Vue(), VueJsx()],
|
||||||
test: {
|
test: {
|
||||||
environment: 'happy-dom',
|
environment: 'happy-dom',
|
||||||
exclude: [...configDefaults.exclude, '**/e2e/**'],
|
exclude: [
|
||||||
|
...configDefaults.exclude,
|
||||||
|
'**/e2e/**',
|
||||||
|
'**/dist/**',
|
||||||
|
'**/.{idea,git,cache,output,temp}/**',
|
||||||
|
'**/node_modules/**',
|
||||||
|
'**/{stylelint,eslint}.config.*',
|
||||||
|
'.prettierrc.mjs'
|
||||||
|
],
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
import { defineWorkspace } from 'vitest/config';
|
|
||||||
|
|
||||||
export default defineWorkspace(['vitest.config.ts']);
|
|
||||||
Loading…
Reference in New Issue