Skip to content

Commit

Permalink
Fix wrong argument in index.d.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ypresto committed Feb 21, 2019
1 parent e088cb4 commit 3610c73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/index.d.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ dayjs().isSame(dayjs())

dayjs().isAfter(dayjs())

dayjs().isBefore(dayjs(), 'minutes')
dayjs().isBefore(dayjs(), 'minute')

dayjs().isSame(dayjs(), 'hours')
dayjs().isSame(dayjs(), 'hour')

dayjs().isAfter(dayjs(), 'year')

Expand Down

0 comments on commit 3610c73

Please sign in to comment.