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 14c5aec commit 102f51cCopy full SHA for 102f51c
test/cli.test.ts
@@ -14,6 +14,7 @@ describe("parser", () => {
14
beforeEach(() => {
15
delete process.env.LOG_LEVEL
16
delete process.env.PASSWORD
17
+ console.log = jest.fn()
18
})
19
20
// The parser should not set any defaults so the caller can determine what
0 commit comments