Skip to content

Commit

Permalink
style: Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
raon0211 committed Nov 3, 2024
1 parent 9daf041 commit b1a0663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/object/findKey.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('findKey', () => {
it('should return undefined for an empty object', () => {
const users = {};

// @ts-expect-error
// @ts-expect-error users is empty here
expect(findKey(users, o => o.age < 40)).toBeUndefined();
});

Expand Down

0 comments on commit b1a0663

Please sign in to comment.