Skip to content

Commit

Permalink
Fix command tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoVictor committed Oct 23, 2024
1 parent 890f949 commit 69416a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions container/tests/unit/common/command.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ describe("Command", () => {
}
},
},
stderr: {
on: () => {},
},
});

const cmd = "echo";
Expand Down

0 comments on commit 69416a4

Please sign in to comment.