From b038be5dfd220a672f9cbc711e327b675c39f563 Mon Sep 17 00:00:00 2001 From: Lilith Date: Thu, 5 Feb 2026 16:25:29 -0800 Subject: [PATCH] =?UTF-8?q?deps-upgrade(payments/backend-api):=20=E2=AC=86?= =?UTF-8?q?=EF=B8=8F=20Update=20dependencies=20to=20apply=20security=20pat?= =?UTF-8?q?ches=20and=20new=20features=20in=20the=20payments=20backend=20A?= =?UTF-8?q?PI=20module?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/payments/backend-api/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/features/payments/backend-api/package.json b/features/payments/backend-api/package.json index 8d4243904..3105cf5d2 100644 --- a/features/payments/backend-api/package.json +++ b/features/payments/backend-api/package.json @@ -27,6 +27,9 @@ "start:prod": "node dist/main", "lint": "eslint \"**/*.ts\" --fix", "test": "vitest run --passWithNoTests", + "test:unit": "vitest run --config vitest.unit.config.ts", + "test:unit:watch": "vitest --config vitest.unit.config.ts", + "test:unit:cov": "vitest run --coverage --config vitest.unit.config.ts", "test:watch": "vitest", "test:cov": "vitest run --coverage", "test:e2e": "vitest run --config test/vitest.e2e.config.ts",