Skip to content

Commit e74bb31

Browse files
committed
Add fs to the test script
1 parent 9f8f4f4 commit e74bb31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/src/main.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { Buffer } from 'node:buffer'
22
import { resolve } from 'node:path'
33
import * as process from 'node:process'
4+
import fs from 'node:fs'
45
import { fetch } from 'ohmyfetch'
56

67
console.log(fetch)
@@ -9,3 +10,4 @@ console.log(process.env)
910
console.log(globalThis.Array)
1011
console.log(Buffer.from([0x62, 0x75, 0x66, 0x66, 0x65, 0x72]))
1112
console.log(Array)
13+
console.log(fs)

0 commit comments

Comments
 (0)