defi-wonderland / smock

The Solidity mocking library
MIT License
319 stars 40 forks source link

Add info in getting started docs to use matcher #176

Closed vrde closed 1 year ago

vrde commented 1 year ago

Description

I wasn't able to use smock matchers in my tests. I wasn't able to resolve my issue reading the doc, but then I noticed that in the "Basic Usage" section of the README.md file there is this line chai.use(smock.matchers).

IMO it's a good idea to include this in the official doc as well.

vrde commented 1 year ago

Can anyone review this PR? If there is no interest I'll close it.

wei3erHase commented 1 year ago

we usually don't release just docs or typos, please leave it open so it can be included on next release

0xGorilla commented 1 year ago

Closed in favor of #186 , ty for the contribution!