Skip to content

Commit

Permalink
Fixed back the import for a matter of consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
spigaz committed Dec 11, 2024
1 parent 999ca9a commit 5af94dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker-sandbox/tests/mf.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Miniflare, Response } from "miniflare";
import { MockAgent } from 'undici';
import { MockAgent } from "undici";

const mockAgent = new MockAgent();

Expand Down

0 comments on commit 5af94dc

Please sign in to comment.