@reporters/mocha 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -165,7 +165,7 @@ class Runner extends EventEmitter {
|
|
|
165
165
|
|
|
166
166
|
#report(suite = this.#root) {
|
|
167
167
|
/* Not like mocha, node:test runs tests as soon as they are encountered
|
|
168
|
-
so the exact structure is
|
|
168
|
+
so the exact structure is unknown until all suites end */
|
|
169
169
|
this.emit(EVENT_SUITE_BEGIN, suite);
|
|
170
170
|
suite.finalize();
|
|
171
171
|
for (const s of suite.suites) {
|