()
| 210 | // Test env uses onImmediateRender (direct onRender, no throttle) so |
| 211 | // existing synchronous lastFrame() tests are unaffected. |
| 212 | const deferredRender = (): void => queueMicrotask(this.onRender); |
| 213 | this.scheduleRender = throttle(deferredRender, FRAME_INTERVAL_MS, { |
| 214 | leading: true, |
| 215 | trailing: true |
nothing calls this directly
no outgoing calls
no test coverage detected