Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/callstack/react-native-testing-library
/ wait-for.test.tsx
File
wait-for.test.tsx
src/__tests__/wait-for.test.tsx:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import * as React from
'react'
;
2
import { Pressable, Text, TouchableOpacity, View } from
'react-native'
;
3
4
import { configure, fireEvent, render, screen, waitFor } from
'..'
;
Callers
nothing calls this directly
Calls
7
setupTimeType
Function · 0.90
waitFor
Function · 0.85
cleanup
Function · 0.85
configure
Function · 0.85
blockThread
Function · 0.85
toBeOnTheScreen
Method · 0.80
render
Function · 0.50
Tested by
no test coverage detected