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

Add missing type #23

Closed KirillGalimov closed 2 years ago

KirillGalimov commented 2 years ago

Fix for https://github.com/ValentinH/jest-fail-on-console/issues/22

ValentinH commented 2 years ago

Fix published here: https://github.com/ValentinH/jest-fail-on-console/releases/tag/v2.4.2

Thanks @KirillGalimov for the contribution 🎉

FlorianWendelborn commented 2 years ago

Oh wow, guess I’m just too used to having noExplicitAny turned on lol