Skip to content

Commit

Permalink
Merge pull request #66 from xx45/dev
Browse files Browse the repository at this point in the history
fix(release): fix not trigger release
  • Loading branch information
iamkun authored Apr 26, 2018
2 parents 0021d6c + 54c8a9f commit 0019982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/query.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const testArr = [dayjs, moment]

it('IsLeapYear', () => {
expect(dayjs('20000101').isLeapYear()).toBe(true)
expect(dayjs('21000101').isLeapYear()).toBe(false)
expect(dayjs('2100-01-01').isLeapYear()).toBe(false)
})

it('Is Before Is After Is Same', () => {
Expand Down

0 comments on commit 0019982

Please sign in to comment.