Skip to content

Commit

Permalink
Add jest-fail-on-console (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrazauskas committed Jul 22, 2023
1 parent 7d44b5b commit c7456f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -146,6 +146,7 @@
- [wait-for-expect](https://github.com/TheBrainFamily/wait-for-expect) A await/async function to wait a expect. Useful on e2e test.
- [jest-os-detection](https://github.com/doctolib/jest-os-detection) Dynamically enable or skip tests based on the OS they run on so you can share the same test suite across various platforms.
- [@fast-check/jest](https://github.com/dubzzz/fast-check/tree/main/packages/jest) Bring property based testing (aka fuzzing) into Jest.
- [jest-fail-on-console](https://github.com/ValentinH/jest-fail-on-console) Utility to fail a test when `console.error()` (or any other method of the console) gets called.

### Mocks

Expand Down

0 comments on commit c7456f4

Please sign in to comment.