From 4cde34a9729b7a8a5459a220aa8699e9e314c164 Mon Sep 17 00:00:00 2001 From: JXPlayer <67246738+JXPlayer@users.noreply.github.com> Date: Thu, 28 Aug 2025 20:09:12 -0600 Subject: [PATCH] Upload file tsconfig.json Removed tests/MessagingService.test.ts from include since "**/*.test.ts" is in exclude --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 0b1e9ea..127e000 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -41,7 +41,6 @@ "src/controllers", "src/services", "src/routes", - "src/middleware" -, "tests/messaging/MessagingService.test.ts" ], + "src/middleware"], "exclude": ["node_modules", "dist", "**/*.spec.ts", "**/*.test.ts"] }