add getIP test cases, misc others

This commit is contained in:
Michael C
2022-09-21 19:39:03 -04:00
parent 6499381b4f
commit a00048aaac
7 changed files with 240 additions and 4 deletions

View File

@@ -1,10 +1,14 @@
{
"extends": "@istanbuljs/nyc-config-typescript",
"check-coverage": false,
"ski-full": true,
"reporter": ["text", "html"],
"include": [
"src/**/*.ts"
],
"exclude": [
"src/routes/addUnlistedVideo.ts",
"src/cronjob/downvoteSegmentArchiveJob.ts",
"src/databases/*"
],
"reporter": ["text", "html"]
]
}