Skip to content

Commit

Permalink
test: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed Nov 7, 2021
1 parent ed80808 commit 61c2347
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/__tests__/helpers/to-next-selected-date.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe(toNextSelectedDate.name, () => {
// all supported keys
[
{ key: ' ' },
new Date('2020-02-01'),
defaultInit.date,
],
[
{ key: 'ArrowDown' },
Expand All @@ -46,7 +46,7 @@ describe(toNextSelectedDate.name, () => {
],
[
{ key: 'Enter' },
new Date('2020-02-01'),
defaultInit.date,
],
[
{ key: 'Home' },
Expand Down Expand Up @@ -74,7 +74,7 @@ describe(toNextSelectedDate.name, () => {
],
[
{ key: 'Tab' },
new Date('2020-02-01'),
defaultInit.date,
],

// not in current month
Expand Down

0 comments on commit 61c2347

Please sign in to comment.