Re-order statements to be more friendly

This commit is contained in:
Dolan Miu
2021-12-02 18:06:22 +00:00
parent d808b287a7
commit 5289ea8e1c

6
.nycrc
View File

@ -1,9 +1,9 @@
{
"check-coverage": true,
"lines": 99.32,
"functions": 99.11,
"branches": 96.27,
"statements": 99.32,
"branches": 96.27,
"functions": 99.11,
"lines": 99.32,
"include": [
"src/**/*.ts"
],