Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
RamIdeas committed Oct 16, 2024
1 parent 3d20c43 commit 21e9315
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 21e9315

Please sign in to comment.