Skip to content

Commit

Permalink
ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nateReiners committed Mar 21, 2024
1 parent cfbccdd commit 10d0aea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/wallet-sdk/src/CoinbaseWalletProvider.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ describe('CoinbaseWalletProvider', () => {
});

test('throws error when handling invalid request', async () => {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-expect-error // testing invalid request args
await expect(provider.request({})).rejects.toThrow();
});
});
Expand Down

0 comments on commit 10d0aea

Please sign in to comment.