We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a78752 commit c25c41dCopy full SHA for c25c41d
sdk/tests/network-client.test.ts
@@ -15,7 +15,7 @@ describe('NodeConnection', () => {
15
16
afterEach(() => {
17
jest.restoreAllMocks();
18
- windowFetchSpy = null;
+ windowFetchSpy = null as any;
19
});
20
21
describe('setAccount', () => {
0 commit comments