File tree 2 files changed +12
-4
lines changed 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change
1
+ .idea
2
+ .nyc_output
3
+ .vscode
1
4
node_modules /
2
5
npm-debug.log
3
- .vscode
4
- .idea
5
6
yarn.lock
Original file line number Diff line number Diff line change 11
11
"lint:js" : " eslint . --ignore-pattern \" !.*\" " ,
12
12
"generate-readme-table" : " node build/generate-readme-table.js" ,
13
13
"generate-release" : " node-release-script" ,
14
- "test" : " mocha tests --recursive"
14
+ "test" : " nyc --all --check-coverage --include lib mocha tests --recursive"
15
15
},
16
16
"files" : [
17
17
" lib/"
32
32
"dependencies" : {
33
33
"eslint-utils" : " ^2.1.0"
34
34
},
35
+ "nyc" : {
36
+ "branches" : 96 ,
37
+ "functions" : 98 ,
38
+ "lines" : 98 ,
39
+ "statements" : 98
40
+ },
35
41
"devDependencies" : {
36
42
"@not-an-aardvark/node-release-script" : " ^0.1.0" ,
37
43
"chai" : " ^4.1.0" ,
48
54
"lodash" : " ^4.17.2" ,
49
55
"markdownlint-cli" : " ^0.27.1" ,
50
56
"mocha" : " ^7.1.1" ,
51
- "npm-run-all" : " ^4.1.5"
57
+ "npm-run-all" : " ^4.1.5" ,
58
+ "nyc" : " ^15.1.0"
52
59
},
53
60
"peerDependencies" : {
54
61
"eslint" : " ^7.0.0"
You can’t perform that action at this time.
0 commit comments