From aefa4b586f212df2f7338af3621c69541f95f6b5 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Fri, 28 Sep 2018 07:27:15 -0700 Subject: [PATCH] Restored list alpha sort order --- 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 24573afd3..1741e05f8 100644 --- a/content/community/tools-testing.md +++ b/content/community/tools-testing.md @@ -6,8 +6,8 @@ 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. -* **[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-testing-library](https://github.com/kentcdodds/react-testing-library):** 🐐 Simple and complete React DOM testing utilities that encourage good testing practices. * **[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. * **[Unexpected-react](https://github.com/bruderstein/unexpected-react/):** Plugin for the [unexpected](http://unexpected.js.org) assertion library that makes it easy to assert over your React Components and trigger events.