Skip to content

Instantly share code, notes, and snippets.

@marlun
Created April 23, 2011 09:41
Show Gist options
  • Select an option

  • Save marlun/938503 to your computer and use it in GitHub Desktop.

Select an option

Save marlun/938503 to your computer and use it in GitHub Desktop.
describe('When doing this', function() {
it('should be true', function() {
console.log("AAAAAAAAAAAAAAAAAAAA");
expect(1).toEqual(1);
});
it('should be true', function() {
expect(1).toEqual(2);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment