refactor(cli): remove unused import
This commit is contained in:
parent
4001369337
commit
6c14bbf2b5
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
import { beforeAll, expect, test, vi } from "vitest";
|
import { expect, test, vi } from "vitest";
|
||||||
import { exportedForTest } from "../commands/new.mjs";
|
import { exportedForTest } from "../commands/new.mjs";
|
||||||
import { execSync } from "node:child_process";
|
import { execSync } from "node:child_process";
|
||||||
import consola from "consola";
|
import consola from "consola";
|
||||||
|
|
Loading…
Reference in a new issue