Fix test command in package.json

This commit is contained in:
NightKev 2025-04-28 14:19:35 -07:00
parent f37bf41720
commit 4b48d19fcc

View File

@ -9,7 +9,7 @@
"build": "vite build",
"build:beta": "vite build --mode beta",
"preview": "vite preview",
"test": "vitest run",
"test": "vitest run --no-isolate",
"test:cov": "vitest run --coverage --no-isolate",
"test:watch": "vitest watch --coverage --no-isolate",
"test:silent": "vitest run --silent --no-isolate",