| 1 | import { APP_ID, APP_NAME, run, makeAppDir, MappedFS, installPlatform } from './util'; |
| 2 | |
| 3 | describe.each([false, true])('Add: Android (monoRepoLike: %p)', (monoRepoLike) => { |
| 4 | let appDirObj: any; |
nothing calls this directly
no test coverage detected