(file)
| 24 | } |
| 25 | |
| 26 | function changeDetected(file) { |
| 27 | return `Change detected in ${inspect(file)}`; |
| 28 | } |
| 29 | |
| 30 | let tmpFiles = 0; |
| 31 | function createTmpFile(content = 'console.log("running");', ext = '.js', basename = tmpdir.path) { |
no test coverage detected
searching dependent graphs…