Closed helloitsjoe closed 4 years ago
Making a few updates to the React Testing Library course based on some feedback/conversations we've had.
const mock = jest.fn()
and
const { getBy...} = render(<Comp />)
Let me know what you think about this!
Making a few updates to the React Testing Library course based on some feedback/conversations we've had.
and
Let me know what you think about this!