do the fetch(unrelated to test failure)

This commit is contained in:
Alistair Smith
2025-06-04 15:06:14 -07:00
parent 8a0c11c331
commit 49d1090dbb

View File

@@ -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();
},
};