(current: T)
| 119 | }); |
| 120 | |
| 121 | const latestRef = <T>(current: T) => ({ current }); |
| 122 | |
| 123 | describe('withLatestFunctionWrappers', () => { |
| 124 | it('wraps top-level functions and calls the latest version', () => { |
no outgoing calls
no test coverage detected