MCPcopy Create free account
hub / github.com/callstack/react-native-testing-library / bindByTextQueries

Function bindByTextQueries

src/queries/text.ts:47–54  ·  view source on GitHub ↗
(instance: TestInstance)

Source from the content-addressed store, hash-verified

45};
46
47export 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});

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…