| 7 | |
| 8 | export namespace MockRaf { |
| 9 | interface Options { |
| 10 | /** The time that should pass during each requestAnimationFrame step in milliseconds. Default is roughly equivalent to default browser behavior. */ |
| 11 | time?: number |
| 12 | |
| 13 | /** The number of steps to take. */ |
| 14 | count?: number |
| 15 | } |
| 16 | } |
| 17 | |
| 18 | /** Creates a mockRaf instance, exposing the functions you'll use to interact with the mock. */ |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…