(files)
| 45 | } |
| 46 | |
| 47 | function assertFilesExist(files) { |
| 48 | files.forEach(function (f) { |
| 49 | expect(file(f)).to.exist; |
| 50 | }); |
| 51 | } |
| 52 | |
| 53 | function assertFilesNotExist(files) { |
| 54 | files.forEach(function (f) { |
no outgoing calls
no test coverage detected
searching dependent graphs…