()
| 22 | const context: ISpringContext = {} |
| 23 | const onProps = vi.fn() |
| 24 | const Test = () => { |
| 25 | useSpring({ onProps, x: 0 }) |
| 26 | return null |
| 27 | } |
| 28 | |
| 29 | const getRoot = () => ( |
| 30 | <SpringContextProvider {...context}> |
nothing calls this directly
no test coverage detected
searching dependent graphs…