fix: try to remove unnecessary paragraph

This commit is contained in:
bokuweb
2019-08-29 20:10:53 +09:00
parent bd6ae2c0dc
commit cb74868247
4 changed files with 16 additions and 30 deletions

6
.nycrc
View File

@ -1,9 +1,9 @@
{
"check-coverage": true,
"lines": 92.35,
"functions": 88.28,
"lines": 92.34,
"functions": 88.27,
"branches": 84.64,
"statements": 92.16,
"statements": 92.15,
"include": [
"src/**/*.ts"
],