We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cfa396 commit a28389dCopy full SHA for a28389d
test/base.test.ts
@@ -2,7 +2,7 @@
2
import fs, { mkdirSync, rmSync } from 'node:fs';
3
import os from 'node:os';
4
import path, { dirname } from 'node:path';
5
-import { fileURLToPath, pathToFileURL } from 'node:url';
+import { fileURLToPath } from 'node:url';
6
import { createRequire } from 'node:module';
7
import process from 'node:process';
8
import { Buffer } from 'node:buffer';
0 commit comments