Skip to content

Commit ae59b95

Browse files
chore: remove test code
Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
1 parent b4a809a commit ae59b95

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/cases/http-server/test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export async function test(instance) {
1414

1515
try {
1616
const resp = await fetch(`http://localhost:${port}`);
17-
console.log("resp:", resp);
1817
const text = await resp.text();
1918
strictEqual(text, 'Hello world!');
2019
} finally {

0 commit comments

Comments
 (0)