Skip to content

Instantly share code, notes, and snippets.

@techiediaries
Created September 25, 2018 18:54
Show Gist options
  • Select an option

  • Save techiediaries/97dc20a28b5af66bf1584a6c39a64476 to your computer and use it in GitHub Desktop.

Select an option

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