Guest User

Untitled

a guest
Jan 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. expect(obj1.updatedAt).to.be.a('number');
  2.  
  3. expect(obj1).to.have.property('updatedAt').that.is.a('number');
  4. expect(obj1).to.have.property('deletedAt').that.is.a('null');
  5. expect(obj1).to.have.property('name').that.equals('John Doe');
Add Comment
Please, Sign In to add comment