Skip to content

Commit

Permalink
fix: package.json test ajust
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Carlos committed Jul 10, 2023
1 parent 2c2b2bc commit 1790cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"start": "nest start",
"start:debug": "nest start --debug --watch",
"start:prod": "dotenv -e dist/src/common/env/.env.production node dist/main",
"test": "dotenv -e .src/common/env/.env.testing jest --passWithNoTests --silent --noStackTrace --runInBand",
"test": "jest --passWithNoTests --silent --noStackTrace --runInBand",
"test:watch": "npm test -- --watch --runInBand",
"test:ci": "npm test -- --coverage",
"test:staged": "npm test -- --findRelatedTests",
Expand Down

0 comments on commit 1790cac

Please sign in to comment.