Skip to content

Commit 71a3757

Browse files
committed
Add Log in tests
1 parent c0ce59b commit 71a3757

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/utils/mountServer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export function mountServer(handler: Deno.ServeHandler): MountedServer {
1212
if (!port) {
1313
throw new Error("No available port");
1414
}
15+
console.log(`Mounting server on port ${port}`);
1516
const server = Deno.serve({
1617
port,
1718
onListen: () => {},

0 commit comments

Comments
 (0)