Skip to content

Commit

Permalink
test: suppress extra log
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 8, 2025
1 parent 49794a2 commit a1921d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ export async function setupTest(

export async function startServer(ctx: Context, handle: RequestListener) {
ctx.server = await listen(handle);
console.log(">", ctx.server!.url);
}

type TestHandlerResult = {
Expand Down

0 comments on commit a1921d9

Please sign in to comment.