dethcrypto / dethcrypto/TypeChain
types are not re-generated when "hardhat test" is executed
Open
- Dominant language
- TypeScript
- Stars
- 2.8k
- Forks
- 376
- PR merge metrics
- No merged PRs in 30d
Description
`hardhat compile` automatically does generate types on every change,
but `hardhat test` doesn't.
There is a workaround (always run `hardhat compile && hardhat test`) but its awkward..
Contributor guide
Assessment
This issue has not been assessed yet.