Skip to content

Commit 642001a

Browse files
committed
fix type
1 parent 1b37770 commit 642001a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node/test/integrations/undici.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ function setupTestServer() {
376376
res.connection.end();
377377
});
378378

379-
testServer.listen(18099, 'localhost');
379+
testServer?.listen(18099, 'localhost');
380380

381381
return new Promise(resolve => {
382382
testServer?.on('listening', resolve);

0 commit comments

Comments
 (0)