- Install Testing library packages and types
yarn add --dev @testing-library/jest-dom @types/testing-library__jest-dom @testing-library/react @testing-library/user-event- Create
setupTests.tsfile at/srcwith this content:
import '@testing-library/jest-dom/extend-expect';- Add jest dom sixteen