From d7ae8646691daff18943ada1656c03abcb161971 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Sat, 25 Aug 2018 07:10:04 -0600 Subject: [PATCH] update community testing tools Removed expect-jsx as it has been deprecated. Added react-testing-library in its place. --- content/community/tools-testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/community/tools-testing.md b/content/community/tools-testing.md index 0ce52104..24573afd 100644 --- a/content/community/tools-testing.md +++ b/content/community/tools-testing.md @@ -6,7 +6,7 @@ permalink: community/testing.html --- * **[Enzyme](https://github.com/airbnb/enzyme/):** a JavaScript Testing utility for React that makes it easier to assert, manipulate, and traverse your React Components' output. -* **[Expect-jsx](https://github.com/algolia/expect-jsx):** toEqualJSX for [expect.js](https://github.com/mjackson/expect) +* **[react-testing-library](https://github.com/kentcdodds/react-testing-library):** 🐐 Simple and complete React DOM testing utilities that encourage good testing practices. * **[Jest](https://facebook.github.io/jest/):** Delightful JavaScript testing used by Facebook to test all JavaScript code including React applications. * **[React-unit](https://github.com/pzavolinsky/react-unit):** a lightweight unit test library for ReactJS with very few (js-only) dependencies. * **[Skin-deep](https://github.com/glenjamin/skin-deep):** Testing helpers for use with React's shallowRender test utils.