Closed scottohara closed 6 years ago
When singleRun is set to false, either karma-qunit or karma-mocha-reporter isn't printing the test results to the console.
karma-qunit
karma-mocha-reporter
In debug mode, the suite runs; so it only seems to be an issue rendering the results.
Not an issue when singleRun: true; which suggests that there something at the end of a single-run that forces the results to be flushed.
No longer seems to be an issue
When singleRun is set to false, either
karma-qunit
orkarma-mocha-reporter
isn't printing the test results to the console.In debug mode, the suite runs; so it only seems to be an issue rendering the results.
Not an issue when singleRun: true; which suggests that there something at the end of a single-run that forces the results to be flushed.