We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fad14e commit 37de9b1Copy full SHA for 37de9b1
index.test-d.ts
@@ -4,6 +4,7 @@ import ManyKeysMap from './index.js';
4
it('should be a class that extends Map', () => {
5
// Use toBeConstructibleWith() for checking if a class is constructible
6
expectTypeOf(ManyKeysMap).toBeConstructibleWith();
7
+ // eslint-disable-next-line @typescript-eslint/no-deprecated
8
expectTypeOf(ManyKeysMap.prototype).toMatchTypeOf(Map.prototype);
9
});
10
0 commit comments