File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
.DS_Store
2
2
* .log
3
- components /
3
+ .nyc_output /
4
4
coverage /
5
5
node_modules /
6
6
hast-util-parse-selector.js
Original file line number Diff line number Diff line change 24
24
"devDependencies" : {
25
25
"browserify" : " ^13.0.0" ,
26
26
"esmangle" : " ^1.0.0" ,
27
- "istanbul " : " ^0 .4.0" ,
27
+ "nyc " : " ^8 .4.0" ,
28
28
"remark-cli" : " ^2.1.0" ,
29
29
"remark-preset-wooorm" : " ^1.0.0" ,
30
30
"tape" : " ^4.0.0" ,
37
37
"build" : " npm run build-md && npm run build-bundle && npm run build-mangle" ,
38
38
"lint" : " xo" ,
39
39
"test-api" : " node test.js" ,
40
- "test-coverage" : " istanbul cover test.js" ,
40
+ "test-coverage" : " nyc --reporter lcov tape test.js" ,
41
41
"test" : " npm run build && npm run lint && npm run test-coverage"
42
42
},
43
43
"xo" : {
46
46
" hast-util-parse-selector.js"
47
47
]
48
48
},
49
+ "nyc" : {
50
+ "check-coverage" : true ,
51
+ "lines" : 100 ,
52
+ "functions" : 100 ,
53
+ "branches" : 100
54
+ },
49
55
"remarkConfig" : {
50
56
"presets" : " wooorm"
51
57
}
You can’t perform that action at this time.
0 commit comments