rhlsthrm / typescript-solidity-dev-starter-kit

Starter kit for smart contract development using Typescript
410 stars 127 forks source link

Tests don't fail like README says they should #27

Closed feuGeneA closed 3 years ago

feuGeneA commented 3 years ago

The README says: "As is, the tests fail on purpose. This is to show the Solidity stack traces that Hardhat enables!"

However, I followed the instructions in the README, and the tests did not fail: image

rhlsthrm commented 3 years ago

I did it like that initially, but people did not like the failing tests in the project so we modified it.