remove main.ts from tests

This commit is contained in:
Gsk54 2023-01-12 12:09:23 +01:00
parent dee6eb44b3
commit 85d86f5b4f
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
"json",
"ts"
],
"modulePathIgnorePatterns": [".controller.ts",".module.ts"],
"modulePathIgnorePatterns": [".controller.ts",".module.ts","main.ts"],
"rootDir": "src",
"testRegex": ".*\\.spec\\.ts$",
"transform": {