(text: TextMatch)
| 28 | const getMultipleError = (text: TextMatch) => `Found multiple elements with text: ${String(text)}`; |
| 29 | |
| 30 | const getMissingError = (text: TextMatch) => `Unable to find an element with text: ${String(text)}`; |
| 31 | |
| 32 | const { getBy, getAllBy, queryBy, queryAllBy, findBy, findAllBy } = makeQueries( |
| 33 | queryAllByText, |
no outgoing calls
no test coverage detected
searching dependent graphs…