eBay / skin-react

Skin components built with React (Typescript)
https://ebay.github.io/skin-react/
MIT License
18 stars 12 forks source link

jest dom types #39

Open montoya332 opened 4 years ago

montoya332 commented 4 years ago

Import @testing-library/jest-dom once (for instance in your tests setup file) and you're good to go: import '@testing-library/jest-dom'

https://github.com/testing-library/jest-dom#usage

I did notice that we can just import jest-dom on test files for now