Skip to content

Commit a28389d

Browse files
authored
fix: remove unused import
1 parent 6cfa396 commit a28389d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/base.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import fs, { mkdirSync, rmSync } from 'node:fs';
33
import os from 'node:os';
44
import path, { dirname } from 'node:path';
5-
import { fileURLToPath, pathToFileURL } from 'node:url';
5+
import { fileURLToPath } from 'node:url';
66
import { createRequire } from 'node:module';
77
import process from 'node:process';
88
import { Buffer } from 'node:buffer';

0 commit comments

Comments
 (0)