fix: add passWithNoTests to vitest config

This commit is contained in:
saberzero1 2026-03-09 03:21:30 +01:00
parent 720b7ec7d1
commit 0bb653d651
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"],
},
});