Skip to content

Commit f93f5bc

Browse files
committed
test: Bail after first fail
1 parent ad813b6 commit f93f5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"postinstall": "./scripts/install-nested-packages.js",
99
"prettier-check": "prettier -c --ignore-path .gitignore \"**/*.{css,html,js,json,yaml,yml}\"",
1010
"prettify": "prettier --write --ignore-path .gitignore \"**/*.{css,html,js,json,yaml,yml}\"",
11-
"test": "jest --testEnvironment node ./tests/integration.test.js"
11+
"test": "jest --bail 1 --testEnvironment node ./tests/integration.test.js"
1212
},
1313
"devDependencies": {
1414
"@serverless/eslint-config": "^2.1.1",

0 commit comments

Comments
 (0)