ValentinH / jest-fail-on-console

Utility to make jest tests fail when console.error() or any other methods are used
MIT License
146 stars 21 forks source link

Add unit tests #19

Closed doug-wade closed 2 years ago

doug-wade commented 2 years ago

I wrote a bug in https://github.com/ValentinH/jest-fail-on-console/pull/15, so I thought I'd add some unit tests to help avoid those kinds of mistakes in the future.

ValentinH commented 2 years ago

Thank you so much to add these tests! I was always willing to add some but I wasn't sure how to do it. I really like your approach and will add more tests soon for sure!