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

Function bindByLabelTextQueries

src/queries/label-text.ts:49–56  ·  view source on GitHub ↗
(instance: TestInstance)

Source from the content-addressed store, hash-verified

47};
48
49export 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});

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…