hardhat icon indicating copy to clipboard operation
hardhat copied to clipboard

Always print console.logs even in passing tests

Open kanej opened this issue 10 months ago • 0 comments

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.

kanej avatar Jan 22 '25 11:01 kanej