File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -330,7 +330,7 @@ The `mochify` function returns a Browserify instance. Please refer to the
330
330
331
331
## Code coverage with NYC
332
332
333
- Install ` nyc@14 ` (v15 is not yet supported!) , the ` babelify ` transform,
333
+ Install ` nyc ` , the ` babelify ` transform,
334
334
` @babel/core ` and ` babel-plugin-istanbul ` :
335
335
336
336
``` bash
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ module.exports = function (b, opts) {
128
128
if ( text . indexOf ( '[COVERAGE ' ) === 0 ) {
129
129
var nycRootID = process . env . NYC_ROOT_ID ;
130
130
if ( ! nycRootID ) {
131
- // NYC >v15 does not export a NYC_ROOT_ID so use a "random" uuid instead
131
+ // NYC >v15 does not export a NYC_ROOT_ID so use a "random" uuid
132
132
nycRootID = '4638ceac-c8d9-411d-9e1f-72755846a221' ;
133
133
}
134
134
var nycConfig = JSON . parse ( process . env . NYC_CONFIG ) ;
You can’t perform that action at this time.
0 commit comments