Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Oct 27, 2024
1 parent 7ad8a89 commit 6536e02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ test('codepoints does not contain duplicates', (t) => {
})

test('codepoints is sorted', (t) => {
// eslint-disable-next-line fp/no-mutating-methods
t.deepEqual([...codepoints].sort(sortByNumber), codepoints)
})

Expand Down

0 comments on commit 6536e02

Please sign in to comment.