Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-piotrowicz committed Aug 22, 2023
1 parent d596029 commit 91c08b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/create-cloudflare/e2e-tests/pages.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { FrameworkMap } from "frameworks/index";
import { readJSON } from "helpers/files";
import { fetch } from "undici";
import { describe, expect, test, afterEach, beforeEach } from "vitest";
import { version } from '../package.json';
import { deleteProject } from "../scripts/e2eCleanup";
import { keys, runC3, testProjectDir } from "./helpers";
import type { RunnerConfig } from "./helpers";
Expand Down

0 comments on commit 91c08b7

Please sign in to comment.