Skip to content

Commit

Permalink
Update test command flags
Browse files Browse the repository at this point in the history
  • Loading branch information
echaidemenos committed Aug 7, 2023
1 parent 7994ffd commit 98dc908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/src/main.js",
"lint": "eslint \"{src,apps,libs,test,scripts}/**/*.{ts,js}\" --max-warnings 0",
"test": "cross-env NODE_ENV=test jest --config ./test/jest.json",
"test": "cross-env NODE_ENV=test jest --config ./test/jest.json --silent",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
Expand Down

0 comments on commit 98dc908

Please sign in to comment.