You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expect(date).toBeBefore(other);
expect(date).toBeAfter(other);
expect(date).toBeCloseTo(other, 1000); // second parameter is delta in msexpect(date).toBeBeetween(other);
expect(date).toBeNull();
expect(date).toBeNotNull();
expect(date).toBeEqual();
ideadapt
added a commit
to ideadapt/oleaster
that referenced
this issue
Dec 1, 2015
Something like:
The text was updated successfully, but these errors were encountered: