There was an error while loading. Please reload this page.
1 parent ad813b6 commit f93f5bcCopy full SHA for f93f5bc
package.json
@@ -8,7 +8,7 @@
8
"postinstall": "./scripts/install-nested-packages.js",
9
"prettier-check": "prettier -c --ignore-path .gitignore \"**/*.{css,html,js,json,yaml,yml}\"",
10
"prettify": "prettier --write --ignore-path .gitignore \"**/*.{css,html,js,json,yaml,yml}\"",
11
- "test": "jest --testEnvironment node ./tests/integration.test.js"
+ "test": "jest --bail 1 --testEnvironment node ./tests/integration.test.js"
12
},
13
"devDependencies": {
14
"@serverless/eslint-config": "^2.1.1",
0 commit comments