(path)
| 26 | } |
| 27 | |
| 28 | function removeTempFile(path) { |
| 29 | setTimeout(function() { |
| 30 | fs.unlinkSync(path); |
| 31 | }, 125); |
| 32 | } |
| 33 | |
| 34 | describe('gulp.watch()', function() { |
| 35 | beforeEach(function (done) { |
no outgoing calls
no test coverage detected
searching dependent graphs…