From 1ff59665a6b450d7041e3ef4791df5bfcf77aed3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 26 Dec 2025 18:11:22 +0000 Subject: [PATCH 1/2] Initial plan From f5f936eb5e31dab34abe65f8a580f1122c0eeca0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 26 Dec 2025 18:14:28 +0000 Subject: [PATCH 2/2] Change logger identifier from 'index' to 'test-utils' Co-authored-by: mondoreale <320066+mondoreale@users.noreply.github.com> --- packages/test-utils/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/test-utils/src/index.ts b/packages/test-utils/src/index.ts index f80209e1c0..e6cc6958b5 100644 --- a/packages/test-utils/src/index.ts +++ b/packages/test-utils/src/index.ts @@ -12,7 +12,7 @@ import { Readable } from 'stream' export type Event = string -const logger = new Logger('index') +const logger = new Logger('test-utils') /** * Collect data of a stream into an array. The array is wrapped in a