vitest config via file
This commit is contained in:
parent
9aaeee2026
commit
c1255bfa88
2 changed files with 16 additions and 2 deletions
|
|
@ -4,8 +4,7 @@
|
|||
"private": true,
|
||||
"description": "Port of tidalcycles to javascript",
|
||||
"scripts": {
|
||||
"test": "vitest run --reporter verbose --isolate=false --threads=true --silent --version",
|
||||
"test-isolated": "vitest run --reporter verbose --isolate=true --threads=true --silent --version",
|
||||
"test": "vitest run --version",
|
||||
"test-ui": "vitest --ui",
|
||||
"bootstrap": "lerna bootstrap",
|
||||
"setup": "npm i && npm run bootstrap && cd repl && npm i && cd ../tutorial && npm i",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue