Created
November 16, 2018 16:22
-
-
Save marekkirejczyk/fdc8297122f9057c2d047b763e3cc761 to your computer and use it in GitHub Desktop.
emit().withArgs()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
await expect(token.transfer(address, 7)) | |
.to.emit(token, 'Transfer') | |
.withArgs(wallet.address, walletTo.address, 7); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment