chore: tighten bootstrap test and build config

This commit is contained in:
2026-04-20 19:57:45 +08:00
parent 037423853a
commit b6b350bbf7
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -2,7 +2,6 @@ import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
environment: "jsdom",
globals: true,
passWithNoTests: true,
include: ["tests/**/*.test.ts"]