Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in react-testing-library

Why isn't ts-jest loading my custom tsconfig file?

Jest: having trouble keeping a reference of a mock function with `jest.fn()`

What is the difference between toBeInTheDocument() and toBeVisible()?

Testing react-hotkeys using react-testing-library

Can RegEx be used with React Testing Library to check classnames?

How can I test if a prop is passed to child?

Jest and React Testing Library, how to test if an element is hidden?

Warning: An update to Formik inside a test was not wrapped in act(...)

Can't test element which is styled to display: none

React-Testing library not rendering Material-UI Dialog in snapshot

Jest + React-testing-library - wait for a mocked async function to complete

act warning when testing component with Material UI Tooltip

How to test ant design date picker using @testing-library/react?

How would I test for a react router route param in react-testing-library?

React testing library: how to getByRole on custom role

Vitest - How to exclude specific files and folders?