File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change
1
+ /.nyc_output
1
2
/coverage
2
3
/node_modules
Original file line number Diff line number Diff line change 4
4
"description" : " Serverless email forwarding using AWS Lambda and SES" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
- "check-coverage" : " istanbul check-coverage -- statements 100" ,
7
+ "check-coverage" : " nyc -- statements 100 npm run test " ,
8
8
"lint" : " eslint *.js example/*.js test/*.js" ,
9
- "test" : " istanbul cover _mocha -- --check-leaks --timeout 3000"
9
+ "test" : " mocha -- --check-leaks --timeout 3000"
10
10
},
11
11
"dependencies" : {
12
12
"aws-sdk" : " ~2.631.0"
15
15
"coveralls" : " ^3.0.7" ,
16
16
"eslint" : " ^3.15.0" ,
17
17
"eslint-config-google" : " ~0.6.0" ,
18
- "istanbul " : " ^0.4.5 " ,
19
- "mocha " : " ^6.2.2 "
18
+ "mocha " : " ^6.2.2 " ,
19
+ "nyc " : " ^15.1.0 "
20
20
},
21
21
"engines" : {
22
22
"node" : " >=8.0"
You can’t perform that action at this time.
0 commit comments