(instance: TestInstance)
| 47 | }; |
| 48 | |
| 49 | export const bindByLabelTextQueries = (instance: TestInstance): ByLabelTextQueries => ({ |
| 50 | getByLabelText: getBy(instance), |
| 51 | getAllByLabelText: getAllBy(instance), |
| 52 | queryByLabelText: queryBy(instance), |
| 53 | queryAllByLabelText: queryAllBy(instance), |
| 54 | findByLabelText: findBy(instance), |
| 55 | findAllByLabelText: findAllBy(instance), |
| 56 | }); |
no outgoing calls
no test coverage detected
searching dependent graphs…