Skip to content

Commit

Permalink
Merge pull request #16 from ialiaslani/bugfix/fix-github-ci-problem
Browse files Browse the repository at this point in the history
change package.json and add --passWithNoTests to test
  • Loading branch information
alisedighiankashi authored Feb 11, 2023
2 parents 30463eb + fa4de81 commit fed8a39
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 @@ -14,7 +14,7 @@
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "jest",
"test": "jest --passWithNoTests",
"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 fed8a39

Please sign in to comment.