web: move to vitest
This commit is contained in:
+3
-1
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user