(id: string)
| 111 | } |
| 112 | |
| 113 | export function createTestNameSelector(id: string): TestNameSelector { |
| 114 | return { |
| 115 | $$typeof: TEST_NAME_TYPE, |
| 116 | value: id, |
| 117 | }; |
| 118 | } |
| 119 | |
| 120 | function findFiberRootForHostRoot(hostRoot: Instance): Fiber { |
| 121 | const maybeFiber = getInstanceFromNode((hostRoot: any)); |
no outgoing calls