Skip to content

Commit 05f1114

Browse files
committed
fix: add missing test:integration script to frontend package.json
1 parent 0d6cdeb commit 05f1114

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

frontend/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"lint": "next lint",
1010
"type-check": "tsc --noEmit",
1111
"test": "vitest",
12-
"test:e2e": "playwright test"
12+
"test:e2e": "playwright test",
13+
"test:integration": "playwright test"
1314
},
1415
"dependencies": {
1516
"@heroicons/react": "^2.2.0",

0 commit comments

Comments
 (0)