Keep the build output out of the test run
This commit is contained in:
@@ -5,6 +5,7 @@ export default defineConfig({
|
||||
test: {
|
||||
environment: 'node',
|
||||
setupFiles: ['./tests/setup.ts'],
|
||||
exclude: ['node_modules/**', '.next/**'],
|
||||
fileParallelism: false,
|
||||
},
|
||||
resolve: {
|
||||
|
||||
Reference in New Issue
Block a user