refactor(cli): remove unused import

This commit is contained in:
Ayo Ayco 2024-12-07 19:25:09 +01:00
parent 4001369337
commit 6c14bbf2b5

View file

@ -1,4 +1,4 @@
import { beforeAll, expect, test, vi } from "vitest";
import { expect, test, vi } from "vitest";
import { exportedForTest } from "../commands/new.mjs";
import { execSync } from "node:child_process";
import consola from "consola";