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

[GH-33] Register interceptors in beforeAll so that we can deal with messages emitted during beforeAll / afterAll in the client codebase #39

Open flakey-bit opened 1 year ago

flakey-bit commented 1 year ago

See https://github.com/ValentinH/jest-fail-on-console/issues/33