Skip to content

Commit

Permalink
test: fix date.test.js
Browse files Browse the repository at this point in the history
Signed-off-by: Eshaan Aggarwal <[email protected]>
  • Loading branch information
EshaanAgg committed Jan 2, 2024
1 parent 7a5db53 commit 6b4ceca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/jaeger-ui/src/utils/date.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ describe('formatRelativeDate', () => {
const output = input.toLocaleDateString('en-US', {
month: 'short',
day: 'numeric',
year: 'numeric',
});
expect(formatRelativeDate(input)).toBe(output);
});
Expand Down

0 comments on commit 6b4ceca

Please sign in to comment.