modify api-execute-options-factory.spec
test to drop all stdout output written by class under test
#36
Labels
refactor
Existing source code can be improved
The class being tested writes a progress indicator to
stdout
while it runs. However, this output mangles up the jasmine test results also written tostdout
.The test should be changed so that output from the class under test is not written to stdout for the scope of the tests in that spec.
The text was updated successfully, but these errors were encountered: