Skip to content

Commit b6f6d5f

Browse files
ci: debug
1 parent c5efdff commit b6f6d5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/build/config-format/typescript-cjs/typescript.test.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ describe("typescript commonjs configuration", () => {
8888
],
8989
});
9090

91+
console.log(stderr);
92+
console.log(stdout);
93+
9194
expect(stderr).toBeFalsy();
9295
expect(stdout).toBeTruthy();
9396
expect(exitCode).toBe(0);

0 commit comments

Comments
 (0)