web: move to vitest

This commit is contained in:
2026-08-04 03:02:09 +02:00
parent eabcd47bfd
commit 6370373f0d
6 changed files with 1228 additions and 17 deletions
+3 -1
View File
@@ -7,7 +7,8 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "node --test src/lib/*.test.ts",
"test": "vitest run",
"test:watch": "vitest",
"codegen": "graphql-codegen",
"perf:build": "next build",
"perf:serve": "next start -p 3100",
@@ -45,6 +46,7 @@
"eslint-config-next": "16.2.10",
"lighthouse": "^13.4.0",
"typescript": "^6",
"vitest": "^4.1.10",
"wait-on": "^9.0.10"
},
"overrides": {