exclude shared test for now
This commit is contained in:
parent
37c45424fd
commit
5534db95bc
1 changed files with 8 additions and 0 deletions
|
|
@ -11,5 +11,13 @@ export default defineConfig({
|
|||
reporters: 'verbose',
|
||||
isolate: false,
|
||||
silent: true,
|
||||
exclude: [
|
||||
'**/node_modules/**',
|
||||
'**/dist/**',
|
||||
'**/cypress/**',
|
||||
'**/.{idea,git,cache,output,temp}/**',
|
||||
'**/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress}.config.*',
|
||||
'**/shared.test.mjs',
|
||||
],
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue