From 21e730b8a8537321e5a46ca107f7a6abaa88536a Mon Sep 17 00:00:00 2001 From: Gabriel Rufino Date: Thu, 26 Dec 2024 12:39:39 -0300 Subject: [PATCH] fix: ci --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 3a65ba3..6c7cbde 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -98,6 +98,7 @@ "skipLibCheck": true /* Skip type checking all .d.ts files. */ }, "exclude": [ - "tests" + "**/*.spec.ts", + "**/*.test.ts", ] }