This Hardhat 3 Alpha release includes multiple small bug fixes and improvements, the most notable being the renaming of the task to run only the JS/TS integration tests with the Node Test Runner (the default test runner in the viem
sample project) to:
npx hardhat test nodejs
Previously this command had been npx hardhat test node
.
Changes
- 5badb19: Rename 'node' task to 'nodejs' for node-test-runner (#6884)
- 08304e0: Add a task to
hardhat-keystore
to display the path to the keystore file (#6872) - ee5476f: Made lcov.info coverage report available under coverage directory in the root of the project (#6891)
- 997249a: Upgrade the version of TypeScript used in the sample projects (#6869)
- f6ea8d4: Added
onClean
hook to the built-in clean plugin (#6891) - 017ad95: Fix a warning in Node 24 about passing args to
spawn
(#6896)
💡 The Nomic Foundation is hiring! Check our open positions.