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 13535c6 commit fbfbaf7Copy full SHA for fbfbaf7
lib/_patch/reporter.js
@@ -29,8 +29,7 @@
29
runner.on('runEnd', function(globalSuite) {
30
var results = {};
31
32
- // TODO Investigate why is the runtime not functioning for Mocha.
33
- results.runtime = (window.mocha) ? 0 : globalSuite.runtime;
+ results.runtime = globalSuite.runtime;
34
results.total = total;
35
results.passed = passed;
36
results.failed = failed;
0 commit comments