We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc0ff80 commit 53d7ad8Copy full SHA for 53d7ad8
packages/hardhat-core/package.json
@@ -28,7 +28,7 @@
28
"eslint": "eslint 'src/**/*.ts' 'test/**/*.ts'",
29
"prettier": "prettier \"**/*.{js,md,json}\"",
30
"pretest": "cd ../.. && pnpm build",
31
- "test": "mocha --recursive \"test/**/*.ts\"",
+ "test": "mocha --bail --recursive \"test/**/*.ts\"",
32
"test:except-provider": "mocha --recursive \"test/**/*.ts\" --exclude \"test/internal/hardhat-network/provider/**/*.ts\"",
33
"test:except-tracing": "mocha --recursive \"test/**/*.ts\" --exclude \"test/internal/hardhat-network/stack-traces/**/*.ts\"",
34
"test:provider": "mocha --recursive \"test/internal/hardhat-network/provider/**/*.ts\"",
0 commit comments