Skip to content

Instantly share code, notes, and snippets.

@marekkirejczyk
Created November 16, 2018 16:22
Show Gist options
  • Save marekkirejczyk/fdc8297122f9057c2d047b763e3cc761 to your computer and use it in GitHub Desktop.
Save marekkirejczyk/fdc8297122f9057c2d047b763e3cc761 to your computer and use it in GitHub Desktop.
emit().withArgs()
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