E2E test is not yet implemented

Because we will need to make another plan.

Signed-off-by: Kenneth Obsequio <k80308392@gmail.com>
This commit is contained in:
2026-09-22 01:50:22 +08:00
parent c66e65d718
commit b289382747
19 changed files with 1 additions and 1190 deletions
+1 -2
View File
@@ -6,8 +6,7 @@
"dev": "concurrently -n api,web -c blue,green \"pnpm --filter api dev\" \"pnpm --filter web dev\"",
"build": "pnpm --filter web build",
"start": "pnpm --filter api start",
"test": "pnpm --filter api test",
"test:ci": "pnpm --filter e2e test"
"test": "pnpm --filter api test"
},
"devDependencies": {
"concurrently": "^9.2.1"