From 69416a43c4138c7d848156c0df138c66cb07f794 Mon Sep 17 00:00:00 2001 From: DiegoVictor Date: Wed, 23 Oct 2024 20:44:26 -0300 Subject: [PATCH] Fix command tests --- container/tests/unit/common/command.spec.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/container/tests/unit/common/command.spec.js b/container/tests/unit/common/command.spec.js index 199a9c9..5253e1b 100644 --- a/container/tests/unit/common/command.spec.js +++ b/container/tests/unit/common/command.spec.js @@ -24,6 +24,9 @@ describe("Command", () => { } }, }, + stderr: { + on: () => {}, + }, }); const cmd = "echo";