remove main.ts from tests

This commit is contained in:
Gsk54 2023-01-12 12:10:56 +01:00
parent 88a6b58af9
commit 7041298343
1 changed files with 1 additions and 1 deletions

View File

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