(list: any[])
| 28 | // Bisecting 2 features: enable 1 |
| 29 | // Bisecting 1 feature: enable 0 // This is the last step, if the user says Yes, it's not caused by a JS feature |
| 30 | const getMiddleStep = (list: any[]): number => Math.floor(list.length / 2); |
| 31 | |
| 32 | async function onEndButtonClick(): Promise<void> { |
| 33 | await state.delete(); |
no outgoing calls
no test coverage detected