Skip to content

Commit

Permalink
Merge pull request #168 from lenkan/chore-bail-on-integration-test
Browse files Browse the repository at this point in the history
suggestion: bail on first failing integration test
  • Loading branch information
pfeairheller authored Dec 7, 2023
2 parents 1cae834 + 34e46b3 commit 3573bc0
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 @@ -21,7 +21,7 @@
"build:types": "tsc -p tsconfig.build.json",
"build": "npm run build:cjs && npm run build:esm && npm run build:types",
"test": "jest test/",
"test:integration": "jest examples/integration-scripts/ --runInBand",
"test:integration": "jest examples/integration-scripts/ --runInBand --bail",
"lint": "npx eslint src test examples/integration-scripts examples/scripts",
"prepare": "npm run build",
"generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose",
Expand Down

0 comments on commit 3573bc0

Please sign in to comment.