We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0465ab1 commit fde80bfCopy full SHA for fde80bf
package.json
@@ -17,7 +17,7 @@
17
"pretest:all": "yarn build:all",
18
"test:all": "jest --coverage --passWithNoTests && lerna run test --scope @aws-sdk/stream-collector-browser --scope @aws-sdk/hash-blob-browser",
19
"test:functional": "jest --config tests/functional/jest.config.js --passWithNoTests",
20
- "test:integration": "cucumber-js",
+ "test:integration": "cucumber-js --fail-fast",
21
"test:protocols": "yarn build:protocols && lerna run test --scope '@aws-sdk/protocol-tests-*'"
22
},
23
"repository": {
0 commit comments