Fix tests

This commit is contained in:
Dolan Miu
2023-03-17 00:54:29 +00:00
parent 0388a564b5
commit 236cce604f
2 changed files with 14 additions and 9 deletions

6
.nycrc
View File

@ -1,9 +1,9 @@
{
"check-coverage": true,
"statements": 99.79,
"branches": 98.17,
"statements": 99.87,
"branches": 98.2,
"functions": 100,
"lines": 99.78,
"lines": 99.86,
"include": [
"src/**/*.ts"
],