Browse Source

Set up test

pull/5778/head
Thomas Kaul 5 days ago
parent
commit
0127666a1f
  1. 2
      package.json

2
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",

Loading…
Cancel
Save