Skip to content

Commit cd43d3d

Browse files
committed
remove unnecessary test case since the "P11M" is right now
1 parent 7580054 commit cd43d3d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/relative-time.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2498,13 +2498,6 @@ suite('relative-time', function () {
24982498
format: 'auto',
24992499
expected: '4 years ago',
25002500
},
2501-
{
2502-
reference: '2024-12-04T00:00:00.000Z',
2503-
datetime: '2024-01-16T00:00:00.000Z',
2504-
tense: 'past',
2505-
format: 'auto',
2506-
expected: '11 months ago',
2507-
},
25082501
])
25092502

25102503
for (const {

0 commit comments

Comments
 (0)