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

Function getMultipleError

src/queries/text.ts:28–28  ·  view source on GitHub ↗
(text: TextMatch)

Source from the content-addressed store, hash-verified

26 };
27
28const getMultipleError = (text: TextMatch) => `Found multiple elements with text: ${String(text)}`;
29
30const getMissingError = (text: TextMatch) => `Unable to find an element with text: ${String(text)}`;
31

Callers 2

queryByQueryFunction · 0.70
getByQueryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…