We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67a3d99 commit 26706dcCopy full SHA for 26706dc
test/e2e/hooks.test.ts
@@ -648,6 +648,8 @@ describe("Hooks E2E Tests", () => {
648
asyncGateway.addRoute(asyncRouteConfig);
649
const asyncServer = await asyncGateway.listen(asyncGatewayPort);
650
651
+ await new Promise((resolve) => setTimeout(resolve, 50));
652
+
653
try {
654
const testRequestId = "test-" + Date.now();
655
const response = await fetch(
0 commit comments