From 8458c09722e1823f371414563df5603a5499745d Mon Sep 17 00:00:00 2001 From: eps1lon Date: Fri, 5 Apr 2024 17:07:58 +0200 Subject: [PATCH] Remove obsolete catch-all `test/*` path --- tsconfig.base.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.base.json b/tsconfig.base.json index fe81698b29e5c..ba074f2baea90 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -17,8 +17,7 @@ "next-webdriver": ["./test/lib/next-webdriver"], "e2e-utils": ["./test/lib/e2e-utils"], "test-data-service/*": ["./test/lib/test-data-service/*"], - "test-log": ["./test/lib/test-log"], - "test/*": ["./test/*"] + "test-log": ["./test/lib/test-log"] } } }