mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-18 14:22:19 +02:00
Update npm tests to use no isolate
This commit is contained in:
parent
e70138a5a8
commit
c4a6e7e15c
@ -10,9 +10,9 @@
|
||||
"build:beta": "vite build --mode beta",
|
||||
"preview": "vite preview",
|
||||
"test": "vitest run --project main",
|
||||
"test:cov": "vitest run --project main --coverage",
|
||||
"test:watch": "vitest watch --project main --coverage",
|
||||
"test:silent": "vitest run --project main --silent",
|
||||
"test:cov": "vitest run --project main --coverage --no-isolate",
|
||||
"test:watch": "vitest watch --project main --coverage --no-isolate",
|
||||
"test:silent": "vitest run --project main --silent --no-isolate",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"eslint": "eslint --fix .",
|
||||
"eslint-ci": "eslint .",
|
||||
|
Loading…
Reference in New Issue
Block a user