Skip to content

Instantly share code, notes, and snippets.

@cesarandreu
Created April 10, 2017 02:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cesarandreu/84933cc76fe873348d6815bac94a3221 to your computer and use it in GitHub Desktop.
Save cesarandreu/84933cc76fe873348d6815bac94a3221 to your computer and use it in GitHub Desktop.
test('the data is peanut butter', async () => {
expect(await fetchData()).toBe('peanut butter')
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment