Home
last modified time | relevance | path

Searched refs:failedExpectations (Results 1 – 3 of 3) sorted by relevance

/expo/apps/test-suite/components/
H A DSuiteResult.js12 const failedExpectations = r.get('failedExpectations');
19 failedExpectations={failedExpectations} field
H A DSpecResult.js15 export default function SpecResult({ status = Statuses.Running, description, failedExpectations }) {
40 {failedExpectations.map(renderExpectations)}
/expo/apps/test-suite/screens/
H A DTestScreen.js130 result.failedExpectations.forEach(({ matcherName = 'NO_MATCHER', message }) => {