(args)
| 45 | } |
| 46 | |
| 47 | function destroy(args) { |
| 48 | let destroyArgs = ['destroy'].concat(args); |
| 49 | return ember(destroyArgs); |
| 50 | } |
| 51 | |
| 52 | function assertFilesExist(files) { |
| 53 | files.forEach(function (f) { |
no test coverage detected
searching dependent graphs…