mirror of
https://gitlab.com/mobicoop/v3/service/user.git
synced 2026-01-11 09:32:40 +00:00
improve redis tests
This commit is contained in:
12
package.json
12
package.json
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user