File tree 2 files changed +9
-2
lines changed
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-embedded.js
Original file line number Diff line number Diff line change 29
29
"devDependencies" : {
30
30
"browserify" : " ^13.0.0" ,
31
31
"esmangle" : " ^1.0.1" ,
32
- "istanbul " : " ^0 .4.0" ,
32
+ "nyc " : " ^8 .4.0" ,
33
33
"remark-cli" : " ^2.1.0" ,
34
34
"remark-preset-wooorm" : " ^1.0.0" ,
35
35
"tape" : " ^4.4.0" ,
42
42
"build" : " npm run build-md && npm run build-bundle && npm run build-mangle" ,
43
43
"lint" : " xo" ,
44
44
"test-api" : " node test.js" ,
45
- "test-coverage" : " istanbul cover test.js" ,
45
+ "test-coverage" : " nyc --reporter lcov tape test.js" ,
46
46
"test" : " npm run build && npm run lint && npm run test-coverage"
47
47
},
48
+ "nyc" : {
49
+ "check-coverage" : true ,
50
+ "lines" : 100 ,
51
+ "functions" : 100 ,
52
+ "branches" : 100
53
+ },
48
54
"xo" : {
49
55
"space" : true ,
50
56
"ignore" : [
You can’t perform that action at this time.
0 commit comments