Skip to content

Commit

Permalink
fix: bump version (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Peshev authored Apr 29, 2020
1 parent 74ed07d commit 6edee13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/dates.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ describe('date formatting', () => {
it('supports 0-11 hour clock formatting', () => {
const hourZero = date(2000, 1, 1, 0);
const hourSmall = date(2000, 1, 1, 1);

const hour12 = date(2000, 1, 1, 12);
const hourBig = date(2000, 1, 1, 13);

Expand Down

0 comments on commit 6edee13

Please sign in to comment.