(files)
| 51 | } |
| 52 | |
| 53 | function assertFilesNotExist(files) { |
| 54 | files.forEach(function (f) { |
| 55 | expect(file(f)).to.not.exist; |
| 56 | }); |
| 57 | } |
| 58 | |
| 59 | const assertDestroyAfterGenerate = async function (args, addonPath, files) { |
| 60 | await initApp(); |
no outgoing calls
no test coverage detected
searching dependent graphs…