Skip to content

Commit

Permalink
docs(readme): regenerate readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Jul 27, 2017
1 parent 5071e38 commit daeb708
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ expect(array).toBeNonEmptyArray();
expect(boolean).toBeBoolean();
expect(boolean).toBeFalse();
expect(boolean).toBeTrue();
expect(date).toBeDate(otherDate);
expect(date).toBeDate(otherDate);
expect(date).toBeAfter(otherDate);
expect(date).toBeBefore(otherDate);
expect(date).toBeDate();
expect(date).toBeValidDate();
expect(fn).toBeFunction();
Expand Down

0 comments on commit daeb708

Please sign in to comment.