From 0563a833eb2ab785e660150cc5a2b18777ce8639 Mon Sep 17 00:00:00 2001 From: Emily Date: Thu, 29 Aug 2024 16:34:26 +0200 Subject: [PATCH] . --- broker/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/broker/tsconfig.json b/broker/tsconfig.json index 086162d..b88e3b7 100644 --- a/broker/tsconfig.json +++ b/broker/tsconfig.json @@ -28,7 +28,7 @@ "src/**/*.ts", "scripts/**/*.ts", "tests/**/*.test.ts", - "tests/utils.ts", + "tests/utils.ts" ], "exclude": [ "node_modules"