Skip to content

Commit 53d7ad8

Browse files
committed
WIP: Bail on the first error
1 parent cc0ff80 commit 53d7ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hardhat-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"eslint": "eslint 'src/**/*.ts' 'test/**/*.ts'",
2929
"prettier": "prettier \"**/*.{js,md,json}\"",
3030
"pretest": "cd ../.. && pnpm build",
31-
"test": "mocha --recursive \"test/**/*.ts\"",
31+
"test": "mocha --bail --recursive \"test/**/*.ts\"",
3232
"test:except-provider": "mocha --recursive \"test/**/*.ts\" --exclude \"test/internal/hardhat-network/provider/**/*.ts\"",
3333
"test:except-tracing": "mocha --recursive \"test/**/*.ts\" --exclude \"test/internal/hardhat-network/stack-traces/**/*.ts\"",
3434
"test:provider": "mocha --recursive \"test/internal/hardhat-network/provider/**/*.ts\"",

0 commit comments

Comments
 (0)