From 66f7670cfe08195d2903d4a3f588c9d6a18fe31f Mon Sep 17 00:00:00 2001 From: sevelinCA Date: Sun, 21 Jul 2024 22:16:13 +0200 Subject: [PATCH] remove ignore test --- tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index b25524c..6919e94 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -106,5 +106,7 @@ // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */ "skipLibCheck": true /* Skip type checking all .d.ts files. */ }, - "exclude": ["node_modules", "**/*.test.ts", "jest.config.js", "src/__tests__"] + "exclude": [ + "jest.config.js" + ], }