aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/package.json b/frontend/package.json
index 366aef6..0ccbec0 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -9,7 +9,8 @@
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest",
- "test:e2e": "playwright test"
+ "test:e2e:disabled": "playwright test",
+ "coverage": "vitest run --coverage"
},
"dependencies": {
"react": "^19.2.0",