Add more tests

This commit is contained in:
Dolan
2021-03-14 00:44:12 +00:00
parent f0e50dd21f
commit 2fa8df7cf4
3 changed files with 121 additions and 4 deletions

6
.nycrc
View File

@ -1,9 +1,9 @@
{
"check-coverage": true,
"lines": 98.53,
"functions": 96.59,
"lines": 98.66,
"functions": 97.06,
"branches": 95.51,
"statements": 98.51,
"statements": 98.67,
"include": [
"src/**/*.ts"
],