make tests a little bit faster

This commit is contained in:
Felix Roos 2022-08-09 23:28:36 +02:00
parent 17d0b7d291
commit 235e82a348
2 changed files with 5 additions and 5 deletions

View file

@ -4,7 +4,7 @@
"private": true,
"description": "Port of tidalcycles to javascript",
"scripts": {
"test": "vitest run --reporter verbose -v --no-isolate",
"test": "vitest run --reporter verbose --isolate=false --silent --version",
"bootstrap": "lerna bootstrap",
"setup": "npm i && npm run bootstrap && cd repl && npm i && cd ../tutorial && npm i",
"snapshot": "cd repl && npm run snapshot",