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

ValentinH/jest-fail-on-console#30: Respect Jest --noStackTrace flag #31

Open Pazns opened 1 year ago

Pazns commented 1 year ago

This is a trivial implementation of the feature referenced in issue ValentinH/jest-fail-on-console#30 . I'm not sure how to test it though.

What do you think ?