Created
September 25, 2018 19:01
-
-
Save techiediaries/0de6bfa62c1d33cf67d41a7e53514b2f 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
| it("should be able to lower case a string",function() { | |
| expect(utils.toLowerCase).toBeDefined(); | |
| expect(utils.toLowerCase("HELLO WORLD")).toEqual("hello world"); | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment