Skip to content

Commit f1e2f09

Browse files
committed
fix: remove unused imports from check-publication-gate.main.test.ts
1 parent 309fa70 commit f1e2f09

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

packages/cli/src/commands/check-publication-gate.main.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
import { describe, it, expect, vi, beforeEach, afterEach } from "vitest";
2-
import { resolve, join } from "node:path";
3-
import { mkdirSync, mkdtempSync, rmSync, writeFileSync } from "node:fs";
4-
import { tmpdir } from "node:os";
52
import { main } from "./check-publication-gate.js";
63

74
/**

0 commit comments

Comments
 (0)