We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f6e2b commit ec6b568Copy full SHA for ec6b568
tests/integration/run-command.test.ts
@@ -6,6 +6,10 @@ describe("runCommand", () => {
6
// put all execution validations into lower level exec functions
7
// this is just to provide assertions that runCommand wires things together correctly
8
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
+
13
test("should execute command and return stdout", async () => {
14
// This test verifies that a successful command execution returns stdout
15
const result = await runCommand({
0 commit comments