Skip to content

Commit 8b942f3

Browse files
committed
fix test
1 parent b6126e7 commit 8b942f3

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

packages/wrangler/e2e/provision.test.ts

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
11
import assert from "node:assert";
2-
import { readFile } from "node:fs/promises";
32
import dedent from "ts-dedent";
43
import { fetch } from "undici";
5-
import {
6-
afterAll,
7-
beforeAll,
8-
beforeEach,
9-
describe,
10-
expect,
11-
it,
12-
vi,
13-
} from "vitest";
4+
import { afterAll, beforeEach, describe, expect, it, vi } from "vitest";
145
import { CLOUDFLARE_ACCOUNT_ID } from "./helpers/account-id";
156
import { WranglerE2ETestHelper } from "./helpers/e2e-wrangler-test";
167
import { fetchText } from "./helpers/fetch-text";

0 commit comments

Comments
 (0)