Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan N Salim authored and Ryan N Salim committed Nov 10, 2020
1 parent 484558a commit f69d708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/plugin/relativeTime.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ it('Locale without relativeTime config fallback', () => {
}).fromNow()).toEqual(expect.any(String))
})

it('Past and Future keys should support function for additional processing', () => {
it('Past and Future keys should support function for additional processing', () => {
dayjs.extend(updateLocale)
dayjs.updateLocale('en', {
relativeTime: {
Expand Down

0 comments on commit f69d708

Please sign in to comment.