skin-react icon indicating copy to clipboard operation
skin-react copied to clipboard

jest dom types

Open montoya332 opened this issue 5 years ago • 0 comments

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

montoya332 avatar Sep 19 '20 14:09 montoya332