Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
noandrea authored Jul 4, 2024
1 parent b06fc80 commit 9604797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/cmds/runTests.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Environment, SkipTestSpec } from "@moonwall/types";
import type { Environment } from "@moonwall/types";
import chalk from "chalk";
import path from "node:path";
import type { UserConfig, Vitest } from "vitest";
Expand Down

0 comments on commit 9604797

Please sign in to comment.