Advertisement
vd84

Untitled

Jun 3rd, 2019
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     it('date should not have passed', () => {
  2.  
  3.  
  4.         expect(service.endDateHasNotPassed(JSON.stringify({'enddate': '2019-01-29T11:32:13'}))).toBe(true);
  5.  
  6.     });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement