aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/frontend/package.json b/frontend/package.json
index ad3ffef..366aef6 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -8,7 +8,8 @@
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
- "test": "vitest"
+ "test": "vitest",
+ "test:e2e": "playwright test"
},
"dependencies": {
"react": "^19.2.0",
@@ -35,4 +36,4 @@
"vite": "^7.3.1",
"vitest": "^4.0.18"
}
-}
+} \ No newline at end of file