improve redis tests

This commit is contained in:
sbriat 2023-04-12 12:08:41 +02:00
parent c9275a0cd2
commit fa8b2abedf
1 changed files with 12 additions and 0 deletions

View File

@ -85,6 +85,9 @@
".controller.ts",
".module.ts",
".request.ts",
".presenter.ts",
".profile.ts",
".exception.ts",
"main.ts"
],
"rootDir": "src",
@ -95,6 +98,15 @@
"collectCoverageFrom": [
"**/*.(t|j)s"
],
"coveragePathIgnorePatterns": [
".controller.ts",
".module.ts",
".request.ts",
".presenter.ts",
".profile.ts",
".exception.ts",
"main.ts"
],
"coverageDirectory": "../coverage",
"testEnvironment": "node"
}