try with isolate + add task for ui

This commit is contained in:
Felix Roos 2022-08-09 23:45:33 +02:00
parent 2f1d963126
commit 27b3a4083b
2 changed files with 89 additions and 1 deletions

View file

@ -4,7 +4,8 @@
"private": true,
"description": "Port of tidalcycles to javascript",
"scripts": {
"test": "vitest run --reporter verbose --isolate=false --silent --version",
"test": "vitest run --reporter verbose --isolate=true --threads=true --silent --version",
"test-ui": "vitest --ui",
"bootstrap": "lerna bootstrap",
"setup": "npm i && npm run bootstrap && cd repl && npm i && cd ../tutorial && npm i",
"snapshot": "cd repl && npm run snapshot",
@ -37,6 +38,7 @@
},
"homepage": "https://strudel.tidalcycles.org",
"devDependencies": {
"@vitest/ui": "^0.21.1",
"events": "^3.3.0",
"gh-pages": "^4.0.0",
"happy-dom": "^6.0.4",