forked from MapComplete/MapComplete
Fix: _actually_ run the *.spec.ts-tests...
This commit is contained in:
parent
d8a5f3c2be
commit
82a860cbf5
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ export default defineConfig({
|
||||||
test: {
|
test: {
|
||||||
globals: true,
|
globals: true,
|
||||||
setupFiles: ["./test/testhooks.ts"],
|
setupFiles: ["./test/testhooks.ts"],
|
||||||
include: ["./test", "./*.doctest.ts", "./**/*.doctest.ts"],
|
include: ["./test/*.spec.ts","./test/**/*.spec.ts", "./*.doctest.ts", "./**/*.doctest.ts"],
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue