( app )
| 236 | } |
| 237 | |
| 238 | async getAppBundles ( app ) { |
| 239 | return await Promise.all( app.bundleIds.map( async bundleIdentifier => { |
| 240 | return await this.findAppBundle( bundleIdentifier ) |
| 241 | } ) ) |
| 242 | } |
| 243 | |
| 244 | sortBundleVersions ( bundles ) { |
| 245 | return bundles.map( bundle => { |
no test coverage detected