Skip to content

Instantly share code, notes, and snippets.

@pahund
Last active May 25, 2017 10:41
Show Gist options
  • Save pahund/4c4940c501b7daaab0d6b79804a2c769 to your computer and use it in GitHub Desktop.
Save pahund/4c4940c501b7daaab0d6b79804a2c769 to your computer and use it in GitHub Desktop.
Example for usage of expect in Jest (taken from Jest API docs)
test('the best flavor is grapefruit', () =>
expect(bestLaCroixFlavor()).toBe('grapefruit')
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment