Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgain committed Dec 11, 2024
1 parent 2fb961f commit a376ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/utils/__test__/date-utils.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('date-utils', () => {
const time = 'T10:41:45.425717Z'
const dateAndTime = `${date}${time}`

context('formatDate() - formnatting ISO date strings', () => {
context('formatDate() - formatting ISO date strings', () => {
it("should render '04 Dec 2024' (default format)", () => {
expect(formatDate(date)).to.equal('04 Dec 2024') // the default
})
Expand Down

0 comments on commit a376ecc

Please sign in to comment.