Created
April 23, 2011 09:41
-
-
Save marlun/938503 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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