Skip to content

Commit 4eec677

Browse files
petebacondarwinpenalosa
authored andcommitted
[wrangler] Fix broken runInTempDir import in unstable-get-miniflare-worker-options test (#13972)
1 parent dadda47 commit 4eec677

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

packages/wrangler/src/__tests__/unstable-get-miniflare-worker-options.test.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
import { writeWranglerConfig } from "@cloudflare/workers-utils/test-helpers";
1+
import {
2+
runInTempDir,
3+
writeWranglerConfig,
4+
} from "@cloudflare/workers-utils/test-helpers";
25
import { describe, it } from "vitest";
36
import { unstable_getMiniflareWorkerOptions } from "../api";
4-
import { runInTempDir } from "./helpers/run-in-tmp";
57

68
describe("unstable_getMiniflareWorkerOptions", () => {
79
runInTempDir();

0 commit comments

Comments
 (0)