(instance: TestInstance)
| 11 | } |
| 12 | |
| 13 | export function isInstanceMounted(instance: TestInstance) { |
| 14 | return getContainerInstance(instance) === screen.container; |
| 15 | } |
| 16 | |
| 17 | /** |
| 18 | * Returns host siblings for given element. |
no test coverage detected
searching dependent graphs…