-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
It would be good to enable hardhat coverage in this template repo as a PoC.
I just went through the exercise on a project utilising this template and had to do the following to get hardhat coverage
to work:
- install and import
@nomicfoundation/hardhat-toolbox
inhardhat.config.ts
- Install all the external libs/pkgs in
./lib
using your project's node package manager(i.e. yarn, npm or pnpm) and ensure that these packages are now visible in thepackage.json
andnode_modules
- before running
hardhat coverage
you'll first have to comment out thepreprocess
config in theHardhatUserConfig
to disable it
Metadata
Metadata
Assignees
Labels
No labels