From d1237b2c98ecab2b3f4d951ffdea8ba5d7c49ab0 Mon Sep 17 00:00:00 2001 From: Michael Weimann Date: Fri, 2 Sep 2022 10:24:07 +0200 Subject: [PATCH] Remove e2e test exclude from tsconfig (#9234) --- tsconfig.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 27b0f94864..69749ab96b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -24,8 +24,5 @@ "./src/**/*.tsx", "./test/**/*.ts", "./test/**/*.tsx" - ], - "exclude": [ - "./test/end-to-end-tests/" ] }