Skip to content

Commit

Permalink
chore: fast fail integration tests (#1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Apr 22, 2020
1 parent 0465ab1 commit fde80bf
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 @@ -17,7 +17,7 @@
"pretest:all": "yarn build:all",
"test:all": "jest --coverage --passWithNoTests && lerna run test --scope @aws-sdk/stream-collector-browser --scope @aws-sdk/hash-blob-browser",
"test:functional": "jest --config tests/functional/jest.config.js --passWithNoTests",
"test:integration": "cucumber-js",
"test:integration": "cucumber-js --fail-fast",
"test:protocols": "yarn build:protocols && lerna run test --scope '@aws-sdk/protocol-tests-*'"
},
"repository": {
Expand Down

0 comments on commit fde80bf

Please sign in to comment.