From d5116e56b3b80c47e4bc2e32176f7e3bc91008b0 Mon Sep 17 00:00:00 2001 From: Jim Date: Fri, 15 Apr 2016 16:20:43 -0700 Subject: [PATCH] Mention Enzyme on the test utils page. (#6523) --- docs/10.4-test-utils.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/10.4-test-utils.md b/docs/10.4-test-utils.md index 38b4e16f..dc03f8de 100644 --- a/docs/10.4-test-utils.md +++ b/docs/10.4-test-utils.md @@ -12,6 +12,10 @@ next: clone-with-props.html var ReactTestUtils = require('react-addons-test-utils'); ``` +> Note: +> +> Airbnb has released a testing utility called Enzyme, which makes it easy to assert, manipulate, and traverse your React Components' output. If you're deciding on a unit testing library, it's worth checking out: [http://airbnb.io/enzyme/](http://airbnb.io/enzyme/) + ### Simulate ```javascript