()
| 52 | } |
| 53 | |
| 54 | export function expectControls() { |
| 55 | return expect.objectContaining({ |
| 56 | close: expect.any(Function), |
| 57 | go: expect.any(Function), |
| 58 | info: expect.any(Function), |
| 59 | next: expect.any(Function), |
| 60 | open: expect.any(Function), |
| 61 | prev: expect.any(Function), |
| 62 | replay: expect.any(Function), |
| 63 | reset: expect.any(Function), |
| 64 | skip: expect.any(Function), |
| 65 | start: expect.any(Function), |
| 66 | stop: expect.any(Function), |
| 67 | }); |
| 68 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…