Advertisement
aaronsnig501

Untitled

Aug 5th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. describe('Add function', function() {
  2.     it('should add two numbers together', function() {
  3.         expect(add(2, 2).toBe(4));
  4.     });
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement