Skip to content

Commit fde80bf

Browse files
authored
chore: fast fail integration tests (#1105)
1 parent 0465ab1 commit fde80bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"pretest:all": "yarn build:all",
1818
"test:all": "jest --coverage --passWithNoTests && lerna run test --scope @aws-sdk/stream-collector-browser --scope @aws-sdk/hash-blob-browser",
1919
"test:functional": "jest --config tests/functional/jest.config.js --passWithNoTests",
20-
"test:integration": "cucumber-js",
20+
"test:integration": "cucumber-js --fail-fast",
2121
"test:protocols": "yarn build:protocols && lerna run test --scope '@aws-sdk/protocol-tests-*'"
2222
},
2323
"repository": {

0 commit comments

Comments
 (0)