diff --git a/packages/wrangler/src/__tests__/core/command-registration.test.ts b/packages/wrangler/src/__tests__/core/command-registration.test.ts index 650efae95c61..d81a7f97b0a1 100644 --- a/packages/wrangler/src/__tests__/core/command-registration.test.ts +++ b/packages/wrangler/src/__tests__/core/command-registration.test.ts @@ -3,12 +3,12 @@ import { defineAlias, defineCommand, defineNamespace, - DefinitionTreeNode, DefinitionTreeRoot, } from "../../core/define-command"; import { mockConsoleMethods } from "../helpers/mock-console"; import { runInTempDir } from "../helpers/run-in-tmp"; import { runWrangler } from "../helpers/run-wrangler"; +import type { DefinitionTreeNode } from "../../core/define-command"; describe("Command Registration", () => { runInTempDir();