(files)
| 56 | } |
| 57 | |
| 58 | function assertFilesNotExist(files) { |
| 59 | files.forEach(function (f) { |
| 60 | expect(file(f)).to.not.exist; |
| 61 | }); |
| 62 | } |
| 63 | |
| 64 | const assertDestroyAfterGenerate = async function (args, files) { |
| 65 | await initApp(); |
no outgoing calls
no test coverage detected
searching dependent graphs…