FortAwesome / react-fontawesome

Font Awesome React component
https://fontawesome.com
MIT License
3.67k stars 264 forks source link

Don't skip the majority of tests #502

Closed cpmsmith closed 2 years ago

cpmsmith commented 2 years ago

When implementing forwardRef, I tried first changing the relevant test, and couldn't get it to fail no matter what I tried. Turns out it, along with most other tests, was being skipped because of this test.only! Luckily they all still seem to pass.

robmadole commented 2 years ago

Yep! Good catch 🤦