From f30647b0845875b07eb3733870c037cf653d9b3f Mon Sep 17 00:00:00 2001 From: Tomos Ewe Date: Sat, 13 Oct 2018 02:50:51 +1300 Subject: [PATCH] Add react testing library to assertions (#559) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 74abb79..98f5ff9 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [chai](https://github.com/chaijs/chai) - BDD / TDD assertion framework for node.js and the browser that can be paired with any testing framework. * [Enzyme](http://airbnb.io/enzyme/index.html) - Enzyme is 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. * [Sinon.JS](https://github.com/sinonjs/sinon) - Test spies, stubs, and mocks for JavaScript. * [expect.js](https://github.com/Automattic/expect.js) - Minimalistic BDD-style assertions for Node.JS and the browser.