File tree 2 files changed +5
-15
lines changed
2 files changed +5
-15
lines changed Original file line number Diff line number Diff line change 79
79
"find-cache-dir" : " ^0.1.1" ,
80
80
"find-up" : " ^1.1.2" ,
81
81
"foreground-child" : " ^1.5.3" ,
82
- "glob" : " ^7.0.3 " ,
82
+ "glob" : " ^7.0.6 " ,
83
83
"istanbul-lib-coverage" : " ^1.0.0" ,
84
84
"istanbul-lib-hook" : " ^1.0.0-alpha.4" ,
85
- "istanbul-lib-instrument" : " ^1.1.0 " ,
85
+ "istanbul-lib-instrument" : " ^1.1.1 " ,
86
86
"istanbul-lib-report" : " ^1.0.0-alpha.3" ,
87
- "istanbul-lib-source-maps" : " ^1.0.0-alpha.10 " ,
87
+ "istanbul-lib-source-maps" : " ^1.0.0" ,
88
88
"istanbul-reports" : " ^1.0.0-alpha.8" ,
89
89
"md5-hex" : " ^1.2.0" ,
90
90
"micromatch" : " ^2.3.11" ,
94
94
"rimraf" : " ^2.5.4" ,
95
95
"signal-exit" : " ^3.0.0" ,
96
96
"spawn-wrap" : " ^1.2.4" ,
97
- "test-exclude" : " ^2.1.1 " ,
97
+ "test-exclude" : " ^2.1.2 " ,
98
98
"yargs" : " ^5.0.0" ,
99
99
"yargs-parser" : " ^3.1.0"
100
100
},
113
113
"sinon" : " ^1.15.3" ,
114
114
"source-map-support" : " ^0.4.2" ,
115
115
"split-lines" : " ^1.0.0" ,
116
- "standard" : " ^7 .0.1 " ,
116
+ "standard" : " ^8 .0.0 " ,
117
117
"standard-version" : " ^2.4.0" ,
118
118
"tap" : " ^7.0.0" ,
119
119
"which" : " ^1.2.4" ,
Original file line number Diff line number Diff line change @@ -369,11 +369,6 @@ describe('the nyc cli', function () {
369
369
env : env
370
370
} )
371
371
372
- var stdout = ''
373
- proc . stdout . on ( 'data' , function ( chunk ) {
374
- stdout += chunk
375
- } )
376
-
377
372
proc . on ( 'close' , function ( code ) {
378
373
code . should . equal ( 0 )
379
374
var files = fs . readdirSync ( path . resolve ( fixturesCLI , './output' ) )
@@ -392,11 +387,6 @@ describe('the nyc cli', function () {
392
387
env : env
393
388
} )
394
389
395
- var stdout = ''
396
- proc . stdout . on ( 'data' , function ( chunk ) {
397
- stdout += chunk
398
- } )
399
-
400
390
proc . on ( 'close' , function ( code ) {
401
391
code . should . equal ( 0 )
402
392
var files = fs . readdirSync ( path . resolve ( fixturesCLI , './output' ) )
You can’t perform that action at this time.
0 commit comments