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
The existing link lands on a 'this page has moved' placeholder that
doesn't redirect to the correct location. This PR replaces it with the
currently working URL.
All Jest matchers are [extensively documented here](http://facebook.github.io/jest/docs/expect.html).<br>
1305
+
All Jest matchers are [extensively documented here](http://facebook.github.io/jest/docs/en/expect.html).<br>
1306
1306
Nevertheless you can use a third-party assertion library like [Chai](http://chaijs.com/) if you want to, as described below.
1307
1307
1308
1308
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.
0 commit comments