@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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. 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 unkown until all suites end */
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) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reporters/mocha",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "use any mocha reporter with `node:test`",
5
5
  "type": "commonjs",
6
6
  "keywords": [