What’s the difference between screen.getByText and const { getByText } = render() More generically - what’s the difference between methods originating from these different objects
screen.getByText
const { getByText } = render()
Common mistakes with React Testing Library - Not Using Screen
See All 236 Episodes of "Call Kent C. Dodds"