From 7041298343632148400208c3096af3290557b1bd Mon Sep 17 00:00:00 2001 From: Gsk54 Date: Thu, 12 Jan 2023 12:10:56 +0100 Subject: [PATCH] remove main.ts from tests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bd82535..bdcf790 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "json", "ts" ], - "modulePathIgnorePatterns": [".controller.ts",".module.ts"], + "modulePathIgnorePatterns": [".controller.ts",".module.ts","main.ts"], "rootDir": "src", "testRegex": ".*\\.spec\\.ts$", "transform": {