nimblehq / react-templates

Our optimized React bolierplate used in our projects
https://nimblehq.co
MIT License
15 stars 2 forks source link

Add the `jest-extended` library #151

Open bterone opened 1 year ago

bterone commented 1 year ago

Why

Jest-extended gives a lot of useful matchers for more specific usecases, the full list of matchers can be found here https://jest-extended.jestcommunity.dev/docs/matchers/

It is even recommended by Jest as well

Screen Shot 2023-02-16 at 12 34 22 PM

Who Benefits?

Any developer writing tests 👷