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

Function bindByTestIdQueries

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

Source from the content-addressed store, hash-verified

47};
48
49export const bindByTestIdQueries = (instance: TestInstance): ByTestIdQueries => ({
50 getByTestId: getBy(instance),
51 getAllByTestId: getAllBy(instance),
52 queryByTestId: queryBy(instance),
53 queryAllByTestId: queryAllBy(instance),
54 findByTestId: findBy(instance),
55 findAllByTestId: 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…