(promise, text, estimate)
| 156 | }; |
| 157 | |
| 158 | const logPromise = async (promise, text, estimate) => |
| 159 | logger(promise, text, {estimate}); |
| 160 | |
| 161 | const printDiff = (path, beforeContents, afterContents) => { |
| 162 | const patch = createPatch(path, beforeContents, afterContents); |
no test coverage detected