Created
September 25, 2018 18:54
-
-
Save techiediaries/dfbb6a1852a31d06e73cff7143c6cf0c 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("Basic Math Utils", function() { | |
| it("should be able to tell if a number is even",function() { | |
| /*...*/ | |
| }); | |
| it("should be able to tell if a number is odd",function() { | |
| /*...*/ | |
| }); | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment