Add more tests

This commit is contained in:
Dolan
2021-03-13 22:43:21 +00:00
parent 0bc36d924f
commit f0e50dd21f
4 changed files with 17 additions and 17 deletions

8
.nycrc
View File

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