From 7bf6b395e4e30f8135254a2275b02668d0e2d181 Mon Sep 17 00:00:00 2001 From: SkyFi Geek <45924209+mobileskyfi@users.noreply.github.com> Date: Fri, 26 Jun 2026 10:16:55 -0700 Subject: [PATCH] Apply suggested fix to examples/harness/harness.test.ts from Copilot Autofix Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> --- examples/harness/harness.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/harness/harness.test.ts b/examples/harness/harness.test.ts index 4df2a9b..42b9473 100644 --- a/examples/harness/harness.test.ts +++ b/examples/harness/harness.test.ts @@ -73,7 +73,6 @@ describe.skipIf(SKIP)("harness — drive an external process against the CHR", ( expect(code).toBe(0); expect(out).toContain("CHR"); - console.log(` child reached CHR — board-name: ${out}`); }, 240_000, );