Skip to content

Commit 51f21fe

Browse files
chore: apply automated updates
1 parent 6d072d9 commit 51f21fe

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

test/tracing.test.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1197,9 +1197,9 @@ describe("tracing channels for H3Core instances", () => {
11971197

11981198
const routeEvents = listener.events.filter((e) => e.asyncStart?.data.type === "route");
11991199

1200-
expect(
1201-
routeEvents.some((e) => e.asyncStart?.data.event.url.pathname === "/file-route"),
1202-
).toBe(true);
1200+
expect(routeEvents.some((e) => e.asyncStart?.data.event.url.pathname === "/file-route")).toBe(
1201+
true,
1202+
);
12031203
} finally {
12041204
listener.cleanup();
12051205
}
@@ -1240,9 +1240,9 @@ describe("tracing channels for H3Core instances", () => {
12401240
await new Promise((resolve) => setTimeout(resolve, 10));
12411241

12421242
const routeEvents = listener.events.filter((e) => e.asyncStart?.data.type === "route");
1243-
expect(
1244-
routeEvents.some((e) => e.asyncStart?.data.event.url.pathname === "/late-route"),
1245-
).toBe(true);
1243+
expect(routeEvents.some((e) => e.asyncStart?.data.event.url.pathname === "/late-route")).toBe(
1244+
true,
1245+
);
12461246
} finally {
12471247
listener.cleanup();
12481248
}

0 commit comments

Comments
 (0)