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 2d0821f commit 7a34c22Copy full SHA for 7a34c22
tests/integration/run-command.test.ts
@@ -8,7 +8,7 @@ describe("runCommand", () => {
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?
+ // TODO setup a way to bypass the error output for tests, unless troubleshooting the test
12
13
describe("when command is successful", () => {
14
const request = runCommand({
0 commit comments