fix: add passWithNoTests to vitest config

This commit is contained in:
saberzero1 2026-03-09 03:21:30 +01:00
parent 3a91484e82
commit 628366ec62
No known key found for this signature in database

View file

@ -4,6 +4,7 @@ export default defineConfig({
test: {
environment: "node",
include: ["test/**/*.test.ts"],
passWithNoTests: true,
reporters: ["default"],
},
});