Skip to content

Commit

Permalink
chore: update test script
Browse files Browse the repository at this point in the history
  • Loading branch information
pragmaticivan committed Dec 11, 2021
1 parent 36a7c5f commit b08de4e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -14,7 +14,7 @@
"test:coverage": "jest --coverage",
"test:unit": "jest --passWithNoTests",
"test:watch": "jest --watch",
"test:e2e": "jest --config ./tests/jest-e2e.json --runInBand --detectOpenHandles",
"test:e2e": "jest --config ./tests/jest-e2e.json --runInBand --forceExit",
"test:e2e:watch": "jest --config ./tests/jest-e2e.json --runInBand --watch"
},
"repository": {
Expand All @@ -31,7 +31,6 @@
],
"author": "pragmaticivan@gmail.com",
"license": "Apache-2.0",
"test": "jest --ci --runInBand",
"bugs": {
"url": "https://github.com/pragmaticivan/nestjs-otel/issues"
},
Expand Down

0 comments on commit b08de4e

Please sign in to comment.