Skip to content

Commit 37de9b1

Browse files
committed
Lint
1 parent 3fad14e commit 37de9b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.test-d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import ManyKeysMap from './index.js';
44
it('should be a class that extends Map', () => {
55
// Use toBeConstructibleWith() for checking if a class is constructible
66
expectTypeOf(ManyKeysMap).toBeConstructibleWith();
7+
// eslint-disable-next-line @typescript-eslint/no-deprecated
78
expectTypeOf(ManyKeysMap.prototype).toMatchTypeOf(Map.prototype);
89
});
910

0 commit comments

Comments
 (0)