File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ test/public/css/master-*
6
6
npm-debug.log
7
7
* .DS_Store
8
8
* .npmignore
9
+ .nyc_output
10
+ coverage
9
11
node_modules
10
12
test /node_modules
11
13
Original file line number Diff line number Diff line change
1
+ {
2
+ "branches" : 100 ,
3
+ "lines" : 100 ,
4
+ "functions" : 100 ,
5
+ "statements" : 100
6
+ }
Original file line number Diff line number Diff line change 4
4
"description" : " The Apostrophe Content Management System." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
- "test" : " mocha && eslint ." ,
7
+ "pretest" : " npm run lint" ,
8
+ "test" : " nyc --reporter=html --check-coverage=true mocha" ,
8
9
"lint" : " eslint ."
9
10
},
10
11
"repository" : {
110
111
"eslint-plugin-node" : " ^6.0.1" ,
111
112
"eslint-plugin-promise" : " ^3.8.0" ,
112
113
"eslint-plugin-standard" : " ^3.1.0" ,
113
- "mocha" : " ^5.1.1"
114
+ "mocha" : " ^7.1.2" ,
115
+ "nyc" : " ^15.0.1"
114
116
}
115
117
}
You can’t perform that action at this time.
0 commit comments