exclude shared test for now

This commit is contained in:
Felix Roos 2022-11-03 19:01:23 +01:00
parent 37c45424fd
commit 5534db95bc

View File

@ -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',
],
},
});