()
| 47 | fooCoverageFile, |
| 48 | |
| 49 | reload = function() { |
| 50 | setTimeout(() => { |
| 51 | console.log('reload'); |
| 52 | copy('./test/src/bar.component-watch.ts', './test/src/sample-files/bar.component.ts'); |
| 53 | }, 1000); |
| 54 | }, |
| 55 | |
| 56 | end = function() { |
| 57 | copy('./test/src/bar.component.ts', './test/src/sample-files/bar.component.ts'); |
no test coverage detected
searching dependent graphs…