Guest User

Untitled

a guest
Sep 25th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. describe("Basic Math Utils", function() {
  2. it("should be able to tell if a number is even",function() {
  3. /*...*/
  4. });
  5. it("should be able to tell if a number is odd",function() {
  6. /*...*/
  7. });
  8. });
Add Comment
Please, Sign In to add comment