Skip to content

Commit 6edee13

Browse files
author
Ivan Peshev
authored
fix: bump version (#99)
1 parent 74ed07d commit 6edee13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/dates.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ describe('date formatting', () => {
161161
it('supports 0-11 hour clock formatting', () => {
162162
const hourZero = date(2000, 1, 1, 0);
163163
const hourSmall = date(2000, 1, 1, 1);
164+
164165
const hour12 = date(2000, 1, 1, 12);
165166
const hourBig = date(2000, 1, 1, 13);
166167

0 commit comments

Comments
 (0)