Skip to content

Instantly share code, notes, and snippets.

@techiediaries
Created September 25, 2018 19:01
Show Gist options
  • Select an option

  • Save techiediaries/0de6bfa62c1d33cf67d41a7e53514b2f to your computer and use it in GitHub Desktop.

Select an option

Save techiediaries/0de6bfa62c1d33cf67d41a7e53514b2f to your computer and use it in GitHub Desktop.
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