Skip to content

Commit ec6b568

Browse files
committed
notes
1 parent 07f6e2b commit ec6b568

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/integration/run-command.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ describe("runCommand", () => {
66
// put all execution validations into lower level exec functions
77
// this is just to provide assertions that runCommand wires things together correctly
88

9+
// FYI any uses of always_log will trigger warnings if using console.error!
10+
// that's fine and to be expected... tests still pass...
11+
// can I shut that off for a test?
12+
913
test("should execute command and return stdout", async () => {
1014
// This test verifies that a successful command execution returns stdout
1115
const result = await runCommand({

0 commit comments

Comments
 (0)