ValentinH / jest-fail-on-console

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

Param to skip test names when specified #25

Closed lws803 closed 1 year ago

lws803 commented 1 year ago

Allows specification of a skipTestNames parameter to skip test names from erroring out

ValentinH commented 1 year ago

Thanks for this addition, could you also update the index.d.ts file please to add the new option?

lws803 commented 1 year ago

Thanks for this addition, could you also update the index.d.ts file please to add the new option?

Added here as requested 😄 60624af

ValentinH commented 1 year ago

Thanks for this contribution. This was released as https://github.com/ValentinH/jest-fail-on-console/releases/tag/v2.5.0 🎉 🚀