chore: tighten bootstrap test and build config
This commit is contained in:
@@ -2,7 +2,6 @@ import { defineConfig } from "vitest/config";
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
environment: "jsdom",
|
||||
globals: true,
|
||||
passWithNoTests: true,
|
||||
include: ["tests/**/*.test.ts"]
|
||||
|
||||
Reference in New Issue
Block a user