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 65496e2c..3a665487 100644 --- a/frontend/src/__tests__/__snapshots__/examples-netlist-snapshot.test.ts.snap +++ b/frontend/src/__tests__/__snapshots__/examples-netlist-snapshot.test.ts.snap @@ -3458,6 +3458,11 @@ exports[`netlist snapshot — picow-wifi (4 examples) > picow-wifi-async-led 1`] exports[`netlist snapshot — picow-wifi (4 examples) > picow-wifi-relay-web-server 1`] = ` "* Velxio circuit +V_relay-led_sense n0 relay-led_sense_mid DC 0 +D_relay-led relay-led_sense_mid n1 LED_RED +R_autopull_n0 n0 0 100Meg +R_autopull_n1 n1 0 100Meg +.model LED_RED D(Is=1e-20 N=1.7) .op .end" `;