mirror of
https://github.com/tale/headplane.git
synced 2026-08-27 15:37:04 +00:00
feat: overhaul config loading
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ export default defineConfig({
|
||||
extends: true,
|
||||
test: {
|
||||
name: 'unit',
|
||||
include: ['tests/unit/*.test.ts'],
|
||||
include: ['tests/unit/**/*.test.ts'],
|
||||
setupFiles: ['tests/unit/setup/overlay-fs.ts'],
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user