()
| 223 | ) |
| 224 | |
| 225 | const latestCall = () => |
| 226 | contextCaptor.mock.lastCall[0] as CellContext<TestData, any> |
| 227 | // TODO: As a perf improvement, check in a future if we can avoid evaluating the cell twice during the first render. |
| 228 | // This is caused due to the registration of the initial effect and the first #getContentValue() to detect the |
| 229 | // type of content to render. |
no outgoing calls
no test coverage detected