diff --git a/tests/pcb/pill-smtpad.test.ts b/tests/pcb/pill-smtpad.test.ts index c63d03e..a2a1be5 100644 --- a/tests/pcb/pill-smtpad.test.ts +++ b/tests/pcb/pill-smtpad.test.ts @@ -38,6 +38,5 @@ test("pill smtpad shape", () => { }, ]) - console.log(result) // Log the result to debug expect(result).toMatchSvgSnapshot(import.meta.path) })