From dbab794ddb29bb199e20a57ac932518cdd8beade Mon Sep 17 00:00:00 2001 From: David Montero Date: Sat, 23 May 2026 08:28:08 +0200 Subject: [PATCH] test(snapshots): refresh smart-ui-eyes netlist after circuit was wired Snapshot was written when the example had components: [] and wires: []. Now that 5bd541e populated the circuit (OLED + 2 buttons) and 2dea3f0 renamed the OLED pins to match wokwi-ssd1306's real pinInfo, the netlist contains the button pull-down resistors and floating-net autopulls. Regenerated with `vitest run -u`. --- .../__snapshots__/examples-netlist-snapshot.test.ts.snap | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontend/src/__tests__/__snapshots__/examples-netlist-snapshot.test.ts.snap b/frontend/src/__tests__/__snapshots__/examples-netlist-snapshot.test.ts.snap index bab9cd80..0e551f60 100644 --- a/frontend/src/__tests__/__snapshots__/examples-netlist-snapshot.test.ts.snap +++ b/frontend/src/__tests__/__snapshots__/examples-netlist-snapshot.test.ts.snap @@ -92,6 +92,13 @@ exports[`netlist snapshot — 100-days (49 examples) > 100d-esp32-ir-sensor-tele exports[`netlist snapshot — 100-days (49 examples) > 100d-esp32-oled-smart-ui-eyes-animation-time-and-weather-micropython 1`] = ` "* Velxio circuit +R_btn-next n4 n0 1000000000 +R_btn-sel n4 n1 1000000000 +R_autopull_n0 n0 0 100Meg +R_autopull_n1 n1 0 100Meg +R_autopull_n2 n2 0 100Meg +R_autopull_n3 n3 0 100Meg +R_autopull_n4 n4 0 100Meg .op .end" `;