bump vitest + remove mocha

This commit is contained in:
Felix Roos 2022-08-09 23:09:02 +02:00
parent 22c60fb894
commit 17d0b7d291
6 changed files with 19 additions and 1871 deletions

1314
repl/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -7,7 +7,7 @@
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "NODE_OPTIONS='--experimental-fetch' mocha ./src/test --colors",
"test": "vitest run --reporter verbose -v --no-isolate",
"snapshot": "cd ./src/ && rm -f ./tunes.snapshot.mjs && node ./shoot.mjs > ./tunes.snapshot.mjs",
"add-license": "cat etc/agpl-header.txt ../docs/static/js/*LICENSE.txt > /tmp/strudel-license.txt && cp /tmp/strudel-license.txt ../docs/static/js/*LICENSE.txt",
"predeploy": "npm run build",
@ -24,7 +24,6 @@
"@tailwindcss/typography": "^0.5.2",
"@vitejs/plugin-react": "^1.3.0",
"autoprefixer": "^10.4.7",
"mocha": "^9.2.2",
"postcss": "^8.4.13",
"tailwindcss": "^3.0.24",
"vite": "^2.9.9"