We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a4e49b commit e07fde1Copy full SHA for e07fde1
1 file changed
test/logging.test.js
@@ -94,6 +94,7 @@ describe("logging", () => {
94
});
95
96
proc.on("exit", () => {
97
+ console.log(">>> 3", stdout, 222, stderr);
98
expect(stdout).toContain("\u001b[1m");
99
expect(stdoutToSnapshot(stdout)).toMatchSnapshot("stdout");
100
expect(stderrToSnapshot(stderr)).toMatchSnapshot("stderr");
0 commit comments