Skip to content

Commit 7a34c22

Browse files
committed
notes
1 parent 2d0821f commit 7a34c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/run-command.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ describe("runCommand", () => {
88

99
// FYI any uses of always_log will trigger warnings if using console.error!
1010
// that's fine and to be expected... tests still pass...
11-
// can I shut that off for a test?
11+
// TODO setup a way to bypass the error output for tests, unless troubleshooting the test
1212

1313
describe("when command is successful", () => {
1414
const request = runCommand({

0 commit comments

Comments
 (0)