(instance: TestInstance | null)
| 52 | * @param instance The instance to check. |
| 53 | */ |
| 54 | export function isHostModal(instance: TestInstance | null) { |
| 55 | return typeof instance?.type === 'string' && HOST_MODAL_NAMES.includes(instance.type); |
| 56 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…