We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 767f749 commit 4607f6bCopy full SHA for 4607f6b
test/urls.test.ts
@@ -73,7 +73,7 @@ t.test('fastimage.info', t => {
73
c.end()
74
})
75
76
- server.listen(0)
+ server.listen({ port: 0 })
77
78
const url = `http://127.0.0.1:${(server.address() as AddressInfo).port}`
79
await t.rejects(
@@ -99,7 +99,7 @@ t.test('fastimage.info', t => {
99
s.end(readFileSync(new URL('fixtures/image.png', import.meta.url).toString().replace('file://', '')))
100
101
102
103
104
105
0 commit comments