()
| 70 | console.log('Playback Ratio: ', program.speed); |
| 71 | |
| 72 | function getScreenshotDir() { |
| 73 | return `${program.dir}/__screenshot__`; |
| 74 | } |
| 75 | |
| 76 | function sortScreenshots(list) { |
| 77 | return list.sort((a, b) => { |
no outgoing calls
no test coverage detected
searching dependent graphs…