Skip to content

Commit

Permalink
make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Sketon committed Dec 8, 2024
1 parent 3e4b03e commit 38d3326
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compat/function/unary.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ describe('unary', () => {
});

it('should use `this` binding of function', () => {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const capped = unary(function (this: any, _a: unknown, _b: unknown) {
return this;
});
Expand Down

0 comments on commit 38d3326

Please sign in to comment.