From 04512d451a042f66981f807d5b79d7e45f8d1895 Mon Sep 17 00:00:00 2001 From: Lilith Date: Thu, 19 Feb 2026 06:50:26 -0800 Subject: [PATCH] =?UTF-8?q?chore(trust/backend-api):=20=F0=9F=94=A7=20Upda?= =?UTF-8?q?te=20dependency=20versions=20for=20backend=20API=20security/mai?= =?UTF-8?q?ntenance?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/trust/backend-api/package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/features/trust/backend-api/package.json b/features/trust/backend-api/package.json index f6d056736..23676ee00 100644 --- a/features/trust/backend-api/package.json +++ b/features/trust/backend-api/package.json @@ -17,6 +17,7 @@ "test:watch": "lixtest --watch", "test:cov": "lixtest --coverage", "test:unit": "lixtest --unit", + "test:e2e": "vitest run --config vitest.config.e2e.ts", "typecheck": "tsc --noEmit", "verify": "bun run build && bun scripts/verify-circular-deps.mjs" }, @@ -50,8 +51,10 @@ "@swc/cli": "^0.7.10", "@swc/core": "^1.15.8", "@types/node": "^20.19.30", + "@types/supertest": "^6.0.3", + "supertest": "^7.2.2", "typescript": "^5.9.3", - "vitest": "^3.1.4", - "unplugin-swc": "^1.5.5" + "unplugin-swc": "^1.5.5", + "vitest": "^3.1.4" } }