From 9bd724ecafba114ffced166dbf04a482749f5eaa Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 18 Oct 2025 11:11:16 +0200 Subject: [PATCH] Set up test --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 512f61b6d..fcd33946c 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "test": "npm run test:api && npm run test:common", "test:api": "npx dotenv-cli -e .env.example -- nx test api", "test:common": "npx dotenv-cli -e .env.example -- nx test common", - "test:single": "nx run api:test --test-file object.helper.spec.ts", + "test:single": "nx run api:test --test-file portfolio-calculator-btceur-with-base-currency-eur.spec.ts", "ts-node": "ts-node", "update": "nx migrate latest", "watch:server": "nx run api:copy-assets && nx run api:build --watch",