Skip to content

Instantly share code, notes, and snippets.

@genomics-geek
Created September 25, 2016 02:29
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 genomics-geek/45912823ce41eade49cf63d9793d0f86 to your computer and use it in GitHub Desktop.
Save genomics-geek/45912823ce41eade49cf63d9793d0f86 to your computer and use it in GitHub Desktop.
Example test using expect
import expect from 'expect';
describe('Something abstract', () => {
it('works', () => {
expect(1).toEqual(1);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment