Skip to content

Instantly share code, notes, and snippets.

@lucaslago
Last active May 22, 2022 12:29
Show Gist options
  • Save lucaslago/ee112277d1c5eb1a64dca083c9ac1609 to your computer and use it in GitHub Desktop.
Save lucaslago/ee112277d1c5eb1a64dca083c9ac1609 to your computer and use it in GitHub Desktop.
Jest snippets
// 1. Asserting on mocked class instance
const mockedSentryInstance = jest.mocked(Toucan).mock.instances[0];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment