Fix tests (#848)

* Fix tests

* Fix tests

* Fix tests
This commit is contained in:
Charles Bochet
2023-07-22 23:29:58 -07:00
committed by GitHub
parent 0731487990
commit 742791bd92
8 changed files with 127 additions and 47 deletions

View File

@ -164,9 +164,9 @@
"workerDirectory": "public"
},
"nyc": {
"lines": 65,
"statements": 65,
"functions": 55,
"statements": 70,
"lines": 70,
"functions": 60,
"exclude": [
"src/generated/**/*"
]