File tree 1 file changed +11
-3
lines changed
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 43
43
"node" : " >=4"
44
44
},
45
45
"scripts" : {
46
- "test" : " xo && nyc --cache --reporter=lcov --reporter=text tap --no-cov --timeout=150 test/*.js test/reporters/*.js" ,
46
+ "test" : " xo && nyc tap --no-cov --timeout=150 test/*.js test/reporters/*.js" ,
47
47
"test-win" : " tap --no-cov --reporter=classic --timeout=150 test/*.js test/reporters/*.js" ,
48
48
"visual" : " node test/visual/run-visual-tests.js" ,
49
49
"prepublish" : " npm run make-ts" ,
64
64
" fast" ,
65
65
" tape" ,
66
66
" tap" ,
67
+ " jest" ,
67
68
" mocha" ,
68
69
" qunit" ,
69
70
" jasmine" ,
71
+ " testing" ,
70
72
" tdd" ,
71
73
" cli-app" ,
72
74
" cli" ,
82
84
" generators" ,
83
85
" yield" ,
84
86
" observable" ,
85
- " observables" ,
86
- " tap"
87
+ " observables"
87
88
],
88
89
"dependencies" : {
89
90
"arr-flatten" : " ^1.0.1" ,
192
193
"import/newline-after-import" : " off" ,
193
194
"no-use-extend-native/no-use-extend-native" : " off"
194
195
}
196
+ },
197
+ "nyc" : {
198
+ "cache" : true ,
199
+ "reporter" : [
200
+ " lcov" ,
201
+ " text"
202
+ ]
195
203
}
196
204
}
You can’t perform that action at this time.
0 commit comments