mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
update test
This commit is contained in:
@@ -870,7 +870,7 @@ describe("node:http", () => {
|
||||
});
|
||||
});
|
||||
|
||||
test("should listen on port if string, issue#4582", () => {
|
||||
test("should listen on port if string, issue#4582", done => {
|
||||
const server = createServer((req, res) => {
|
||||
res.end();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user