Skip to content

Commit 68215a9

Browse files
committed
Fix linting
1 parent 5c38a0c commit 68215a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ test('codepoints does not contain duplicates', (t) => {
1919
})
2020

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

0 commit comments

Comments
 (0)