Guest User

test remove method

a guest
Sep 26th, 2016
699
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. it(' - REMOVE METHOD', function() {
  2.         service.remove(service.get(0));
  3.         expect(service.all()).not.toEqual(data);
  4.       });
Add Comment
Please, Sign In to add comment