refactor: asset v1, app.utils (#8152)

This commit is contained in:
Jason Rasmussen
2024-03-21 08:07:47 -05:00
committed by GitHub
parent 87ccba7f9d
commit 382b63954c
34 changed files with 518 additions and 548 deletions
+4 -4
View File
@@ -156,10 +156,10 @@
"coverageDirectory": "./coverage",
"coverageThreshold": {
"./src/": {
"branches": 75,
"functions": 80,
"lines": 85,
"statements": 85
"branches": 70,
"functions": 75,
"lines": 80,
"statements": 80
}
},
"testEnvironment": "node",