Skip to content

Commit

Permalink
docs: update test case name (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanCutFlim committed Nov 24, 2020
1 parent a6d1710 commit 59f8f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/generate.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ describe('Picker.Generate', () => {
});
});

it('getWeekFirstDayValue', () => {
it('getWeekFirstDate', () => {
const formatStr = name === 'date-fns' ? 'yyyy-MM-dd' : 'YYYY-MM-DD';
const usDate = generateConfig.locale.getWeekFirstDate(
'en_US',
Expand Down

1 comment on commit 59f8f07

@vercel
Copy link

@vercel vercel bot commented on 59f8f07 Nov 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.