-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
👷 Add script for supporting calledOnContract matcher in hardhat #755
Conversation
|
@@ -0,0 +1 @@ | |||
import '../src/inject-call-history'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a little bit weird, a file with side effects that also contains a class definition.
Maybe export injectCallHistory
and execute it here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's actually better to do this way to ensure that this is the first thing that gets executed
No description provided.