Description
When setting the config value errorOutput to stdout, one of our tests starts failing.

Steps to reproduce
- Set the config value
errorOutput to stdout
- Build the code
- Run all tests
Expected results
All tests to succeed
Actual results
One test is failing
Diagnostics
No response
CLI for Microsoft 365 version
v6.7.0
nodejs version
v18.16.0
Operating system (environment)
Windows
Shell
PowerShell
cli doctor
No response
Additional Info
When reading out config values in tests, we should stub them so we don't depend om them.
Description
When setting the config value
errorOutputtostdout, one of our tests starts failing.Steps to reproduce
errorOutputtostdoutExpected results
All tests to succeed
Actual results
One test is failing
Diagnostics
No response
CLI for Microsoft 365 version
v6.7.0
nodejs version
v18.16.0
Operating system (environment)
Windows
Shell
PowerShell
cli doctor
No response
Additional Info
When reading out config values in tests, we should stub them so we don't depend om them.