Skip to content

Commit 95b82f5

Browse files
chore: don't spam test output with "Listening on..." (#2926)
Follow up to #2897
1 parent 24ad244 commit 95b82f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_utils.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ export async function withBrowserApp(
8383
hostname: "localhost",
8484
port: 0,
8585
signal: aborter.signal,
86+
onListen: () => {}, // Don't spam terminal with "Listening on..."
8687
}, app.handler());
8788

8889
const browser = await launch({

0 commit comments

Comments
 (0)