Skip to content

Commit 3d3668a

Browse files
committed
nit
1 parent 7d5bbfd commit 3d3668a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/plugin-vite/tests/dev_server_test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -485,9 +485,7 @@ integrationTest("vite dev - server.proxy bypasses Fresh routes", async () => {
485485
if (api3.test({ pathname: url.pathname })) {
486486
return new Response("api3");
487487
}
488-
return new Response(`${url.pathname}${url.search}`, {
489-
status: 500,
490-
});
488+
throw new Error("unreachable");
491489
});
492490

493491
await using tmp = await withTmpDir({

0 commit comments

Comments
 (0)