File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
.DS_Store
2
2
* .log
3
+ .nyc_output /
3
4
coverage /
4
5
node_modules /
5
6
hast-util-to-html.js
Original file line number Diff line number Diff line change 37
37
"bundle-collapser" : " ^1.2.1" ,
38
38
"esmangle" : " ^1.0.1" ,
39
39
"hastscript" : " ^3.0.0" ,
40
- "istanbul " : " ^0.4 .0" ,
40
+ "nyc " : " ^7.1 .0" ,
41
41
"remark-cli" : " ^1.0.0" ,
42
42
"remark-comment-config" : " ^4.0.0" ,
43
43
"remark-github" : " ^5.0.0" ,
55
55
"build" : " npm run build-md && npm run build-bundle && npm run build-mangle" ,
56
56
"lint" : " xo" ,
57
57
"test-api" : " node test" ,
58
- "test-coverage" : " istanbul cover test" ,
58
+ "test-coverage" : " nyc --reporter lcov tape test" ,
59
59
"test" : " npm run build && npm run lint && npm run test-coverage"
60
60
},
61
61
"xo" : {
70
70
" hast-util-to-html.min.js"
71
71
]
72
72
},
73
+ "nyc" : {
74
+ "check-coverage" : true ,
75
+ "lines" : 100 ,
76
+ "functions" : 100 ,
77
+ "branches" : 100
78
+ },
73
79
"remarkConfig" : {
74
80
"output" : true ,
75
81
"plugins" : [
You can’t perform that action at this time.
0 commit comments