|
7 | 7 | ## :bug: Fixes
|
8 | 8 |
|
9 | 9 | - [#3737](https://github.com/mochajs/mocha/issues/3737) Fix falsy values from options globals [**@plroebuck**](https://github.com/plroebuck)
|
10 |
| -- [#3677](https://github.com/mochajs/mocha/issues/3677) Fix add error objects for createUnsupportedError and createInvalidExceptionError [**@boneskull**](https://github.com/boneskull) |
11 | 10 | - [#3707](https://github.com/mochajs/mocha/issues/3707) Fix encapsulation issues for `Suite#_onlyTests` and `Suite#_onlySuites` [**@vkarpov15**](https://github.com/vkarpov15)
|
12 | 11 | - [#3711](https://github.com/mochajs/mocha/issues/3711) Fix diagnostic messages dealing with plurality and markup of output [**@plroebuck**](https://github.com/plroebuck)
|
13 | 12 | - [#3723](https://github.com/mochajs/mocha/issues/3723) Fix "reporter-option" to allow comma-separated options [**@boneskull**](https://github.com/boneskull)
|
|
30 | 29 |
|
31 | 30 | ## :nut_and_bolt: Other
|
32 | 31 |
|
33 |
| -- [#3733](https://github.com/mochajs/mocha/issues/3733) removed unneeded processing in post-processing hook [**@wanseob**](https://github.com/wanseob) |
| 32 | +- [#3677](https://github.com/mochajs/mocha/issues/3677) Add error objects for createUnsupportedError and createInvalidExceptionError [**@boneskull**](https://github.com/boneskull) |
| 33 | +- [#3733](https://github.com/mochajs/mocha/issues/3733) Removed unnecessary processing in post-processing hook [**@wanseob**](https://github.com/wanseob) |
34 | 34 | - [#3730](https://github.com/mochajs/mocha/issues/3730) Update nyc to latest version [**@coreyfarrell**](https://github.com/coreyfarrell)
|
35 | 35 | - [#3648](https://github.com/mochajs/mocha/issues/3648), [#3680](https://github.com/mochajs/mocha/issues/3680): Fixes to support latest versions of [unexpected](https://npm.im/unexpected) and [unexpected-sinon](https://npm.im/unexpected-sinon) ([**@sunesimonsen**](https://github.com/sunesimonsen))
|
36 | 36 | - [#3638](https://github.com/mochajs/mocha/issues/3638): Add meta tag to site ([**@MartijnCuppens**](https://github.com/MartijnCuppens))
|
@@ -91,10 +91,10 @@ Enhancements introduced in [#3556](https://github.com/mochajs/mocha/issues/3556)
|
91 | 91 | - Use `--no-config` or `--no-package` to completely disable loading of configuration via RC file and `package.json`, respectively
|
92 | 92 | - Configurations are merged as applicable using the priority list:
|
93 | 93 | 1. Command-line arguments
|
94 |
| - 1. RC file |
95 |
| - 1. `package.json` |
96 |
| - 1. `mocha.opts` |
97 |
| - 1. Mocha's own defaults |
| 94 | + 2. RC file |
| 95 | + 3. `package.json` |
| 96 | + 4. `mocha.opts` |
| 97 | + 5. Mocha's own defaults |
98 | 98 | - Check out these [example config files](https://github.com/mochajs/mocha/tree/master/example/config)
|
99 | 99 |
|
100 | 100 | - Node/V8 flag support in `mocha` executable:
|
|
0 commit comments