From f79110ead558d9497c4f3064d7150a9e36d7746e Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sat, 22 Apr 2023 12:02:13 +0200 Subject: [PATCH] Fix script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 66e4fe47e..4e9a9d921 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "start:server": "nx run api:serve --watch", "start:storybook": "nx run ui:storybook", "test": "npx dotenv-cli -e .env.example -- nx test", - "test:single": "nx test --test-file portfolio-calculator-novn-buy-and-sell.spec.ts", + "test:single": "nx run api:test --test-file portfolio-calculator-novn-buy-and-sell.spec.ts", "ts-node": "ts-node", "update": "nx migrate latest", "watch:server": "nx run api:build --watch",