Skip to content

Commit

Permalink
Increment test
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanss committed Apr 30, 2024
1 parent ade2b57 commit face244
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/date/src/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -663,8 +663,7 @@ describe( 'Moment.js Localization', () => {
} );

describe( 'Function createMomentDate', () => {
it( 'should create a moment date with the given date and timezone', () => {
// Check.
it( 'should create a moment date using the provided date format', () => {
const momentDate = createMomentDate(
'2024 年 4 月 24 日 09:48',
'Y 年 n 月 j 日 H:i'
Expand Down

0 comments on commit face244

Please sign in to comment.