Skip to content

Commit 4252b41

Browse files
committed
fix rebase
1 parent fdcb0d5 commit 4252b41

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

packages/wrangler/src/__tests__/helpers/run-in-tmp.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/wrangler/src/__tests__/profile.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import path from "node:path";
2+
import { runInTempDir } from "@cloudflare/workers-utils/test-helpers";
23
import { http, HttpResponse } from "msw";
34
import { beforeEach, describe, it, vi } from "vitest";
45
import {
@@ -20,7 +21,6 @@ import { mockConfirm } from "./helpers/mock-dialogs";
2021
import { useMockIsTTY } from "./helpers/mock-istty";
2122
import { mockOAuthFlow } from "./helpers/mock-oauth-flow";
2223
import { msw, mswSuccessOauthHandlers } from "./helpers/msw";
23-
import { runInTempDir } from "./helpers/run-in-tmp";
2424
import { runWrangler } from "./helpers/run-wrangler";
2525

2626
describe("Profile", () => {

0 commit comments

Comments
 (0)