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
In Hardhat 3 Solidity Tests we only print console.logs if there has been a test failure. The feedback from users is this is unexpected.
We should switch this to the less surprising policy of always printing console.logs. This policy should likely not be applied to fuzz and invariant tests.
This will require changes on the EDR side.
The text was updated successfully, but these errors were encountered:
In Hardhat 3 Solidity Tests we only print
console.logs
if there has been a test failure. The feedback from users is this is unexpected.We should switch this to the less surprising policy of always printing
console.logs
. This policy should likely not be applied to fuzz and invariant tests.This will require changes on the EDR side.
The text was updated successfully, but these errors were encountered: