Skip to content

Commit 9a6ffdc

Browse files
committed
fix(test): remove unused path import
1 parent d474019 commit 9a6ffdc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/__tests__/cli.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { describe, it, expect, vi, beforeEach, afterEach } from 'vitest';
22
import fs from 'fs';
3-
import path from 'path';
43
import os from 'os';
54

65
// Mock stream pipeline

0 commit comments

Comments
 (0)