MCPcopy Index your code
hub / github.com/callstack/react-native-testing-library / bindByRoleQueries

Function bindByRoleQueries

src/queries/role.ts:116–123  ·  view source on GitHub ↗
(instance: TestInstance)

Source from the content-addressed store, hash-verified

114};
115
116export 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});

Callers 1

withinFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…