diff --git a/package.json b/package.json index 8c805b32a..4e5f1538e 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",