Skip to content

Commit

Permalink
removes unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
krpeacock committed May 1, 2024
1 parent f8379f6 commit 08eaf52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/agent/src/agent/http/http.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import { AnonymousIdentity, SignIdentity, toHex } from '../..';
import { Ed25519KeyIdentity } from '@dfinity/identity';
import { AgentError } from '../../errors';
import { AgentHTTPResponseError } from './errors';
import { ExponentialBackoff } from '../../polling/backoff';
const { window } = new JSDOM(`<!DOCTYPE html><p>Hello world</p>`);
window.fetch = global.fetch;
(global as any).window = window;
Expand Down

0 comments on commit 08eaf52

Please sign in to comment.