Skip to content

Commit

Permalink
Fix checks
Browse files Browse the repository at this point in the history
  • Loading branch information
penalosa committed Jan 10, 2025
1 parent 3c7c9ea commit 2bf87a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wrangler/src/__tests__/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { vi } from "vitest";
import { logPossibleBugMessage } from "..";
import { getPackageManager } from "../package-manager";
import { updateCheck } from "../update-check";
import { logPossibleBugMessage } from "../utils/logPossibleBugMessage";
import { endEventLoop } from "./helpers/end-event-loop";
import { mockConsoleMethods } from "./helpers/mock-console";
import { runInTempDir } from "./helpers/run-in-tmp";
Expand Down

0 comments on commit 2bf87a0

Please sign in to comment.