vitest config via file

This commit is contained in:
Felix Roos 2022-08-10 00:17:29 +02:00
parent 9aaeee2026
commit c1255bfa88
2 changed files with 16 additions and 2 deletions

View file

@ -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",