Skip to content
Prev Previous commit
Next Next commit
ci: debug
  • Loading branch information
erunion committed Sep 13, 2023
commit ccc9824cb65bd2036a057f5878d6a0c36cc7783a
2 changes: 1 addition & 1 deletion src/integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ function integrationTest(
try {
response = JSON.parse(stdout);
} catch (err) {
console.log({ stdout });
console.log({ fixtureExtension, stdout });

// Some JS targets print out their response with `console.log(json)` which creates
// a JSON object that we can't access with `JSON.parse()`.
Expand Down