mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
Try to ignore fetch errors in dev-server-ssr-100.test.ts
This commit is contained in:
@@ -136,7 +136,7 @@ test(
|
||||
headers: {
|
||||
"Cache-Control": "private, no-cache, no-store, must-revalidate",
|
||||
},
|
||||
});
|
||||
}).catch(() => {});
|
||||
expect(x.status).toBe(200);
|
||||
const text = await x.text();
|
||||
console.count("Completed request");
|
||||
|
||||
Reference in New Issue
Block a user