Files
react.dev/content/community/tools-testing.md
Michał Gołębiowski-Owczarek 06a8850b2f HTTPS-ify lots of URLs, update some to their newer homes (#1157)
This matters for user security.

I didn't touch blog posts & pages related to past conferences.

The `content/docs` could be HTTPS-ified as well but it contains lots of HTTP
links so maybe that'd be best done in a separate PR.
2018-10-05 14:39:12 -07:00

1.1 KiB

id, title, layout, permalink
id title layout permalink
testing Testing community community/testing.html
  • Enzyme: a JavaScript Testing utility for React that makes it easier to assert, manipulate, and traverse your React Components' output.
  • Jest: Delightful JavaScript testing used by Facebook to test all JavaScript code including React applications.
  • react-testing-library: 🐐 Simple and complete React DOM testing utilities that encourage good testing practices.
  • React-unit: a lightweight unit test library for ReactJS with very few (js-only) dependencies.
  • Skin-deep: Testing helpers for use with React's shallowRender test utils.
  • Unexpected-react: Plugin for the unexpected assertion library that makes it easy to assert over your React Components and trigger events.