Skip to content

Instantly share code, notes, and snippets.

@stuf
Created April 24, 2014 18:47
Show Gist options
  • Save stuf/11265174 to your computer and use it in GitHub Desktop.
Save stuf/11265174 to your computer and use it in GitHub Desktop.
My Very Good Test Yes
describe('a test', function() {
it('passes', function() {
expect(true).toBe(true);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment