(files)
| 50 | } |
| 51 | |
| 52 | function assertFilesExist(files) { |
| 53 | files.forEach(function (f) { |
| 54 | expect(file(f)).to.exist; |
| 55 | }); |
| 56 | } |
| 57 | |
| 58 | function assertFilesNotExist(files) { |
| 59 | files.forEach(function (f) { |
no outgoing calls
no test coverage detected
searching dependent graphs…