()
| 64 | ) |
| 65 | |
| 66 | const initialState = () => ({ |
| 67 | previous: undefined, |
| 68 | next: undefined, |
| 69 | |
| 70 | start: { |
| 71 | x: 0, |
| 72 | y: 0, |
| 73 | }, |
| 74 | |
| 75 | scroll: { |
| 76 | x: 0, |
| 77 | y: 0, |
| 78 | }, |
| 79 | }) |
| 80 | |
| 81 | const state = initialState() |
| 82 |
no outgoing calls
no test coverage detected