🔧 Fix vitest ignore (#955)

* 🔧 Fix ignored paths in vitest

* 🔧 Fix vitest config ignore
This commit is contained in:
Manuel
2023-05-20 15:59:21 +02:00
committed by GitHub
parent cd6b812a38
commit f8e0ffabd4

View File

@@ -16,7 +16,7 @@ export default defineConfig({
setupFiles: ['./tests/setupVitest.ts'],
exclude: [
...configDefaults.exclude,
'./next/*',
'.next',
],
},
});