( flagValue: string | undefined, )
| 4 | } |
| 5 | |
| 6 | export function resolveIosSimulatorDeviceSetPath( |
| 7 | flagValue: string | undefined, |
| 8 | ): string | undefined { |
| 9 | return normalizeNonEmpty(flagValue); |
| 10 | } |
| 11 | |
| 12 | export function parseSerialAllowlist(value: string): Set<string> { |
| 13 | return new Set( |
no test coverage detected