From 0127666a1f97bd029743b259b53a373ae5e55492 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 25 Oct 2025 10:20:02 +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 fcd33946c..04014d5d5 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 portfolio-calculator-btceur-with-base-currency-eur.spec.ts", + "test:single": "nx run api:test --test-file portfolio-calculator-btceur-in-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",