File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 3737 "node" : " >=0.10.0"
3838 },
3939 "scripts" : {
40- "test" : " xo && tap --coverage --reporter=spec --timeout=150 test/*.js test/reporters/*.js" ,
41- "test-win" : " tap --reporter=spec --timeout=150 test/*.js test/reporters/*.js" ,
42- "coverage" : " tap --coverage-report=lcov"
40+ "test" : " xo && nyc --reporter=lcov --reporter=text tap --no-cov --timeout=150 test/*.js test/reporters/*.js" ,
41+ "test-win" : " tap --no-cov --reporter=classic --timeout=150 test/*.js test/reporters/*.js"
4342 },
4443 "files" : [
4544 " lib" ,
130129 "xo" : " *" ,
131130 "zen-observable" : " ^0.1.6"
132131 },
133- "config" : {
134- "nyc" : {
135- "exclude" : [
136- " node_modules[/\\\\ ]" ,
137- " test[/\\\\ ]"
138- ]
139- }
140- },
141132 "xo" : {
142133 "ignore" : [
143134 " cli.js"
You can’t perform that action at this time.
0 commit comments