(instance: TestInstance)
| 114 | }; |
| 115 | |
| 116 | export const bindByRoleQueries = (instance: TestInstance): ByRoleQueries => ({ |
| 117 | getByRole: getBy(instance), |
| 118 | getAllByRole: getAllBy(instance), |
| 119 | queryByRole: queryBy(instance), |
| 120 | queryAllByRole: queryAllBy(instance), |
| 121 | findByRole: findBy(instance), |
| 122 | findAllByRole: findAllBy(instance), |
| 123 | }); |
no outgoing calls
no test coverage detected
searching dependent graphs…