|
2 | 2 |
|
3 | 3 | ## :bug: Fixes
|
4 | 4 |
|
5 |
| -- #3955: tty.getWindowSize is not a function inside a "worker_threads" worker (@1999) |
6 |
| -- #3970: remove extraGlobals() (@juergba) |
7 |
| -- #3984: Update yargs-unparser to v1.6.0 (@juergba) |
8 |
| -- #3983: Package 'esm': spawn child-process for correct loading (@juergba) |
9 |
| -- #3986: Update yargs to v13.3.0 and yargs-parser to v13.1.1 (@juergba) |
| 5 | +- [#3955](https://github.com/mochajs/mocha/issues/3955): tty.getWindowSize is not a function inside a "worker_threads" worker ([**@1999**](https://github.com/1999)) |
| 6 | +- [#3970](https://github.com/mochajs/mocha/issues/3970): remove extraGlobals() ([**@juergba**](https://github.com/juergba)) |
| 7 | +- [#3984](https://github.com/mochajs/mocha/issues/3984): Update yargs-unparser to v1.6.0 ([**@juergba**](https://github.com/juergba)) |
| 8 | +- [#3983](https://github.com/mochajs/mocha/issues/3983): Package 'esm': spawn child-process for correct loading ([**@juergba**](https://github.com/juergba)) |
| 9 | +- [#3986](https://github.com/mochajs/mocha/issues/3986): Update yargs to v13.3.0 and yargs-parser to v13.1.1 ([**@juergba**](https://github.com/juergba)) |
10 | 10 |
|
11 | 11 | ## :book: Documentation
|
12 | 12 |
|
13 |
| -- #3886: fix styles on mochajs.org (@outsideris) |
14 |
| -- #3966: Remove jsdoc index.html placeholder from eleventy file structure and fix broken link in jsdoc tutorial (@Munter) |
15 |
| -- #3765: Add Matomo to website (@MarioDiaz98) |
16 |
| -- #3947: Clarify effect of .skip() (@oliversalzburg) |
| 13 | +- [#3886](https://github.com/mochajs/mocha/issues/3886): fix styles on mochajs.org ([**@outsideris**](https://github.com/outsideris)) |
| 14 | +- [#3966](https://github.com/mochajs/mocha/issues/3966): Remove jsdoc index.html placeholder from eleventy file structure and fix broken link in jsdoc tutorial ([**@Munter**](https://github.com/Munter)) |
| 15 | +- [#3765](https://github.com/mochajs/mocha/issues/3765): Add Matomo to website ([**@MarioDiaz98**](https://github.com/MarioDiaz98)) |
| 16 | +- [#3947](https://github.com/mochajs/mocha/issues/3947): Clarify effect of .skip() ([**@oliversalzburg**](https://github.com/oliversalzburg)) |
17 | 17 |
|
18 | 18 | # 6.2.0 / 2019-07-18
|
19 | 19 |
|
@@ -245,10 +245,10 @@ Enhancements introduced in [#3556](https://github.com/mochajs/mocha/issues/3556)
|
245 | 245 | - Use `--no-config` or `--no-package` to completely disable loading of configuration via RC file and `package.json`, respectively
|
246 | 246 | - Configurations are merged as applicable using the priority list:
|
247 | 247 | 1. Command-line arguments
|
248 |
| - 2. RC file |
249 |
| - 3. `package.json` |
250 |
| - 4. `mocha.opts` |
251 |
| - 5. Mocha's own defaults |
| 248 | + 1. RC file |
| 249 | + 1. `package.json` |
| 250 | + 1. `mocha.opts` |
| 251 | + 1. Mocha's own defaults |
252 | 252 | - Check out these [example config files](https://github.com/mochajs/mocha/tree/master/example/config)
|
253 | 253 |
|
254 | 254 | - Node/V8 flag support in `mocha` executable:
|
|
0 commit comments