Add tests

This commit is contained in:
Dolan
2021-03-13 20:23:15 +00:00
parent cc9a966f53
commit 4bc0421055
6 changed files with 77 additions and 11 deletions

8
.nycrc
View File

@ -1,9 +1,9 @@
{
"check-coverage": true,
"lines": 98.19,
"functions": 94.79,
"branches": 95.35,
"statements": 98.17,
"lines": 98.31,
"functions": 95.83,
"branches": 95.38,
"statements": 98.29,
"include": [
"src/**/*.ts"
],