Skip to content

Commit 6a4ab9b

Browse files
authored
Add @ts-expect-error for typing inconsistency with upstream repo @metamask/eth-query
1 parent 7b176aa commit 6a4ab9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/json-rpc-provider-types.test-d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { expectAssignable, expectNotAssignable } from 'tsd';
55
import type { JsonRpcRequest, LegacyEthereumProvider } from '.';
66

77
// Known legacy providers
8+
// @ts-expect-error TODO: align `EverythingButNull` type in `@metamask/eth-query`
89
expectAssignable<LegacyEthereumProvider>(new EthQuery({} as any));
910
expectAssignable<LegacyEthereumProvider>(new Web3Provider({} as any));
1011
expectAssignable<LegacyEthereumProvider>({

0 commit comments

Comments
 (0)