You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All Jest matchers are [extensively documented here](http://facebook.github.io/jest/docs/en/expect.html).<br>
1371
1371
Nevertheless you can use a third-party assertion library like [Chai](http://chaijs.com/) if you want to, as described below.
1372
1372
1373
-
Additionally, you might find [jest-enzyme](https://github.com/blainekasten/enzyme-matchers) helpful to simplify your tests with readable matchers. The above `contains` code can be written simpler with jest-enzyme.
1373
+
Additionally, you might find [jest-enzyme](https://github.com/blainekasten/enzyme-matchers) helpful to simplify your tests with readable matchers. The above `contains` code can be written more simply with jest-enzyme.
0 commit comments