Revert "fix: try to remove unnecessary paragraph", which caused #418

This reverts commit cb74868247.
This commit is contained in:
James Montalvo
2019-10-03 22:12:23 -05:00
parent 33549d5ec3
commit a37c9d8f2f
4 changed files with 30 additions and 16 deletions

6
.nycrc
View File

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