remove main.ts from tests
This commit is contained in:
parent
88a6b58af9
commit
7041298343
|
@ -80,7 +80,7 @@
|
||||||
"json",
|
"json",
|
||||||
"ts"
|
"ts"
|
||||||
],
|
],
|
||||||
"modulePathIgnorePatterns": [".controller.ts",".module.ts"],
|
"modulePathIgnorePatterns": [".controller.ts",".module.ts","main.ts"],
|
||||||
"rootDir": "src",
|
"rootDir": "src",
|
||||||
"testRegex": ".*\\.spec\\.ts$",
|
"testRegex": ".*\\.spec\\.ts$",
|
||||||
"transform": {
|
"transform": {
|
||||||
|
|
Loading…
Reference in New Issue