Skip to content

Commit 37bbf1a

Browse files
committed
refactor: replace NodeJS internal module imports with node: specifier imports
1 parent 02b5723 commit 37bbf1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/request.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import fs from "fs";
2-
import stream, { Stream } from "stream";
1+
import fs from "node:fs";
2+
import stream, { Stream } from "node:stream";
33

44
import { getUserAgent } from "universal-user-agent";
55
import fetchMock from "fetch-mock";

0 commit comments

Comments
 (0)