Skip to content

Commit 06f15b4

Browse files
committed
Debugging CJS test.
1 parent 7f0ef98 commit 06f15b4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cjs-test/quick-start.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ describe("CJS Test", async () => {
44
const { givePort } = await import("../tools/ports.js");
55
let out = "";
66
const listener = (chunk: Buffer) => {
7+
console.log(chunk.toString()); // @todo remove
78
out += chunk.toString();
89
};
910
const quickStart = spawn("tsx", ["quick-start.ts"]);

0 commit comments

Comments
 (0)