From 85d86f5b4ffa509272c1d04a0b0b4a5002567adf Mon Sep 17 00:00:00 2001 From: Gsk54 Date: Thu, 12 Jan 2023 12:09:23 +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 d72680b..bc59ff7 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "json", "ts" ], - "modulePathIgnorePatterns": [".controller.ts",".module.ts"], + "modulePathIgnorePatterns": [".controller.ts",".module.ts","main.ts"], "rootDir": "src", "testRegex": ".*\\.spec\\.ts$", "transform": {