You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During testing of Solidity Test some invariant tests in transmissions11/solmate showed the error:
Failure (2): invariantMetadata()
Reason: failed to set up invariant testing environment: No contracts to fuzz.
This is a Hardhat bug in passing in the necessary artifacts for the tests. We will open a bug and investigate. Armando found a minimal reproduction case.
During testing of Solidity Test some invariant tests in
transmissions11/solmate
showed the error:This is a Hardhat bug in passing in the necessary artifacts for the tests. We will open a bug and investigate. Armando found a minimal reproduction case.
See here for the original report.
The text was updated successfully, but these errors were encountered: