mirror of
https://github.com/quartz-community/darkmode.git
synced 2026-07-22 02:50:22 +00:00
fix: add passWithNoTests to vitest config
This commit is contained in:
parent
2abe26f5ca
commit
78e06f1d7b
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ export default defineConfig({
|
|||
test: {
|
||||
environment: "node",
|
||||
include: ["test/**/*.test.ts"],
|
||||
passWithNoTests: true,
|
||||
reporters: ["default"],
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue