Skip to content

Commit bf32dce

Browse files
chore: apply automated updates
1 parent 8cb8a76 commit bf32dce

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

test/tracing.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1239,9 +1239,7 @@ describe("tracing channels for H3Core instances", () => {
12391239

12401240
await new Promise((resolve) => setTimeout(resolve, 10));
12411241

1242-
const routeAsyncStarts = listener.events.filter(
1243-
(e) => e.asyncStart?.data.type === "route",
1244-
);
1242+
const routeAsyncStarts = listener.events.filter((e) => e.asyncStart?.data.type === "route");
12451243
// Exactly one route trace per request — no double-wrapping.
12461244
expect(routeAsyncStarts.length).toBe(3);
12471245
} finally {

0 commit comments

Comments
 (0)