Here is my code for a tooltip that toggles the CSS property display: block on MouseOver and on Mouse Out display: none.
display: block
display: none
it(\'should sho
When you do npm i @testing-library/react make sure there is a setupTests.js file with the following statement in it
npm i @testing-library/react
import '@testing-library/jest-dom/extend-expect';