Skip to content

Commit e07fde1

Browse files
committed
testOnly
1 parent 4a4e49b commit e07fde1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/logging.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ describe("logging", () => {
9494
});
9595

9696
proc.on("exit", () => {
97+
console.log(">>> 3", stdout, 222, stderr);
9798
expect(stdout).toContain("\u001b[1m");
9899
expect(stdoutToSnapshot(stdout)).toMatchSnapshot("stdout");
99100
expect(stderrToSnapshot(stderr)).toMatchSnapshot("stderr");

0 commit comments

Comments
 (0)