Skip to content

Commit 8823d5e

Browse files
committed
chore: Move hh tests to forge
1 parent 75a9894 commit 8823d5e

File tree

3 files changed

+1843
-1
lines changed

3 files changed

+1843
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,6 @@
376376
"typechain": "^8.3.2"
377377
},
378378
"scripts": {
379-
"pretest": "npx hardhat clean && npx hardhat test",
380379
"test": "forge clean && forge test --gas-report -vvv",
381380
"precoverage": "command -v lcov >/dev/null 2>&1 && rm -fr coverage && exit 0 || echo \"Please install lcov to generate coverage reports: https://command-not-found.com/genhtml\" && exit 1",
382381
"coverage": "forge coverage --report lcov && genhtml -o coverage --branch-coverage --ignore-errors inconsistent lcov.info"

0 commit comments

Comments
 (0)