File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 95
95
"rimraf" : " ^2.5.4" ,
96
96
"signal-exit" : " ^3.0.1" ,
97
97
"spawn-wrap" : " ^1.2.4" ,
98
- "test-exclude" : " ^3.1.0 " ,
98
+ "test-exclude" : " ^3.2.2 " ,
99
99
"yargs" : " ^6.4.0" ,
100
100
"yargs-parser" : " ^4.0.2"
101
101
},
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ describe('nyc', function () {
66
66
describe ( 'config' , function ( ) {
67
67
it ( "loads 'exclude' patterns from package.json#nyc" , function ( ) {
68
68
var nyc = new NYC ( configUtil . loadConfig ( [ ] , path . resolve ( __dirname , '../fixtures' ) ) )
69
- nyc . exclude . exclude . length . should . eql ( 6 )
69
+ nyc . exclude . exclude . length . should . eql ( 8 )
70
70
} )
71
71
72
72
it ( "loads 'extension' patterns from package.json#nyc" , function ( ) {
@@ -91,7 +91,7 @@ describe('nyc', function () {
91
91
92
92
it ( "ignores 'exclude' option if it's falsy" , function ( ) {
93
93
var nyc1 = new NYC ( configUtil . loadConfig ( [ ] , path . resolve ( __dirname , '../fixtures/conf-empty' ) ) )
94
- nyc1 . exclude . exclude . length . should . eql ( 8 )
94
+ nyc1 . exclude . exclude . length . should . eql ( 10 )
95
95
} )
96
96
97
97
it ( "allows for empty 'exclude'" , function ( ) {
You can’t perform that action at this time.
0 commit comments