From 2ac0580ee50d1d1e8f97dd02ef19410768886e1a Mon Sep 17 00:00:00 2001 From: Frank Zhao Date: Fri, 26 Aug 2016 19:07:06 +0800 Subject: [PATCH] Add Enzyme (#308) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4332ca8..68ea8b9 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ ### Assertion * [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. * [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.