Advertisement
Guest User

Untitled

a guest
Nov 25th, 2015
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. describe('JavaScript addition operator', function () {
  2.     it('adds two numbers together', function () {
  3.         expect(1 + 2).toEqual(3);
  4.     });
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement