Open PaulRBerg opened 4 years ago
After a bit of investigation, I found out that this is a bug, either in Waffle or in Buidler's integration thereof: https://github.com/nomiclabs/buidler/issues/638
Thanks for reporting. I'll watch the linked issues and add this to the examples.
Description
As per the waffle docs, we should be able to use the
calledOnContract
andcalledOnContractWith
chai matchers:But they don't work in this project.
How to Reproduce
Modify the "should count up" test like this:
You will get the following error when running the test: