Skip to content

Commit 03a81e6

Browse files
committed
Updated Mocha and code coverage.
- Istanbul removed as is now deprecated. - Added nyc for code coverage (istanbuls replacement).
1 parent ca72426 commit 03a81e6

File tree

4 files changed

+2816
-359
lines changed

4 files changed

+2816
-359
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.nyc_output
12
.vscode
23
coverage
34
node_modules

History.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Unreleased
22
* Improve package scripts.
33
* Regenerate documentation using updated doc generation packages.
4+
* Mocha `--exit` flag required for tests due to `superagent-load-balancer` using `interval`s that cannot be terminated.
5+
* Added `nyc` as `istanbul` is now deprecated.
46
* Updated `debug` from 3.1.0 to 4.1.1.
57
* Updated `lodash` from 4.17.10 to 4.17.11.
68
* Updated `docdash` from 0.4.0 to 1.0.3.
@@ -10,6 +12,8 @@
1012
* Updated `eslint-plugin-jsx-a11y` from 2.2.3 to 6.2.1.
1113
* Updated `eslint-plugin-react` from 6.8.0 to 7.12.4.
1214
* Updated `jsdoc` from 3.4.3 to 3.5.5.
15+
* Updated `mocha` from 3.5.3 to 6.0.2.
16+
* Removed `istanbul`.
1317

1418
# 2.11.0
1519
* Support addPlugin function

0 commit comments

Comments
 (0)