Skip to content

Instantly share code, notes, and snippets.

@conanak99
Created December 25, 2017 09:37
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 conanak99/9c27b5fbc6f0b25759659f4b491ecb8f to your computer and use it in GitHub Desktop.
Save conanak99/9c27b5fbc6f0b25759659f4b491ecb8f to your computer and use it in GitHub Desktop.
test('One plus one equal 2', async() => {
expect(1 + 1).toBe(2);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment