- 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.ts
file at/src
with this content:
import '@testing-library/jest-dom/extend-expect';
- Add jest dom sixteen