mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-02 04:39:22 +01:00
🔧 Fix vitest ignore (#955)
* 🔧 Fix ignored paths in vitest * 🔧 Fix vitest config ignore
This commit is contained in:
@@ -16,7 +16,7 @@ export default defineConfig({
|
||||
setupFiles: ['./tests/setupVitest.ts'],
|
||||
exclude: [
|
||||
...configDefaults.exclude,
|
||||
'./next/*',
|
||||
'.next',
|
||||
],
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user