bump vitest + remove mocha
This commit is contained in:
parent
22c60fb894
commit
17d0b7d291
6 changed files with 19 additions and 1871 deletions
|
|
@ -4,7 +4,7 @@
|
|||
"private": true,
|
||||
"description": "Port of tidalcycles to javascript",
|
||||
"scripts": {
|
||||
"test": "vitest run && cd repl && npm run test",
|
||||
"test": "vitest run --reporter verbose -v --no-isolate",
|
||||
"bootstrap": "lerna bootstrap",
|
||||
"setup": "npm i && npm run bootstrap && cd repl && npm i && cd ../tutorial && npm i",
|
||||
"snapshot": "cd repl && npm run snapshot",
|
||||
|
|
@ -44,7 +44,6 @@
|
|||
"jsdoc-json": "^2.0.2",
|
||||
"jsdoc-to-markdown": "^7.1.1",
|
||||
"lerna": "^4.0.0",
|
||||
"vitest": "^0.21.0",
|
||||
"mocha": "^9.2.2"
|
||||
"vitest": "^0.21.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue