Skip to content

Commit

Permalink
test(examples): update logging
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Dvorak <toomas2d@gmail.com>
  • Loading branch information
Tomas2D committed Oct 27, 2024
1 parent 9e107d7 commit e1a3660
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/examples/examples.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ describe("E2E Examples", async () => {
.catch((_e) => {
const error = _e as ExecException;

// eslint-disable-next-line no-console
console.error(error.message);
// eslint-disable-next-line no-console
console.error("STDOUT:", error.stdout);

Expand Down

0 comments on commit e1a3660

Please sign in to comment.