()
| 15 | container.querySelector(`[data-testid="${testId}"]`) as HTMLElement | SVGElement | null |
| 16 | // asFragment has been stolen from react-testing-library |
| 17 | const asFragment = () => |
| 18 | document.createRange().createContextualFragment(container.innerHTML) |
| 19 | const getInputByTestId = (testId: string) => queryByTestId(testId) as HTMLInputElement |
| 20 | |
| 21 | // Some tests need to look up global ids with document.getElementById() |
no outgoing calls
no test coverage detected