mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 11:59:00 +00:00
do the fetch(unrelated to test failure)
This commit is contained in:
@@ -31,8 +31,8 @@ const actions = {
|
||||
});
|
||||
},
|
||||
async ["fetch"](port: number) {
|
||||
// const resp = await fetch("http://localhost:" + port);
|
||||
// await resp.blob();
|
||||
const resp = await fetch("http://localhost:" + port);
|
||||
await resp.blob();
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user