Skip to content

Commit 095cbb2

Browse files
chore: don't spam test output with "Listening on..."
1 parent d68b5ec commit 095cbb2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)