(instance: TestInstance)
| 45 | }; |
| 46 | |
| 47 | export const bindByTextQueries = (instance: TestInstance): ByTextQueries => ({ |
| 48 | getByText: getBy(instance), |
| 49 | getAllByText: getAllBy(instance), |
| 50 | queryByText: queryBy(instance), |
| 51 | queryAllByText: queryAllBy(instance), |
| 52 | findByText: findBy(instance), |
| 53 | findAllByText: findAllBy(instance), |
| 54 | }); |
no outgoing calls
no test coverage detected
searching dependent graphs…