Skip to content

Commit 715c41c

Browse files
debug(ci): windows
Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
1 parent 6369b56 commit 715c41c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/cases/http-server/test.js

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

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

0 commit comments

Comments
 (0)