Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in react-testing-library

How to mock react component and check if called with props

Mocking of material-ui select component with jest

Error in CI: act(...) is not supported in production builds of React

How to test a series of interactions?

Testing ag-grid with @testing-library/react

Test document listener with React Testing Library

How to spy on method inside a React Functional Component?

Jest encountered an unexpected token

fireevent problem in react-testing-library

Before test runs, fails on CCI pipeline: "TypeError: Cannot read property 'createEvent' of null"

Using act doesn't update state?

Migrating React unit test from Enzyme to React Testing Library

pass custom event properties with fireEvent (testing-library and jest)

App not re-rendering on history.push when run with jest

React Testing Library merged with @testing-library/react-hooks, wrapper inconsistent in renderHook

Use toHaveBeenCalledWith to check EventTarget

How to mock Firebase Auth methods? (React, Testing Library)

Assert the width of an image using React Testing Library

toContainHTML providing an error when HTML element exists (React Testing)

Mocking React Query Hook in Vitest