From 97513aab4c12560b1068c5dec975a69a328c4bcb Mon Sep 17 00:00:00 2001 From: Sune Simonsen Date: Sun, 13 May 2018 21:24:00 +0200 Subject: [PATCH] Added link to the unexpected-reaction plugin --- documentation/plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/plugins.md b/documentation/plugins.md index be50687a1..394e3e483 100644 --- a/documentation/plugins.md +++ b/documentation/plugins.md @@ -46,6 +46,7 @@ Here's a partial list of plugins for Unexpected: * [unexpected-moment](http://unexpected.js.org/unexpected-moment/): Assertions for testing [moment.js](http://momentjs.com/) instances. * [unexpected-react](http://bruderstein.github.io/unexpected-react): Assertions for React.js. Assert using JSX. +* [unexpected-reaction](http://unexpected.js.org/unexpected-reaction/): An Unexpected plugin to make React testing with [unexpected-dom](https://munter.github.io/unexpected-dom/) more convenient. * [unexpected-resemble](http://unexpected.js.org/unexpected-resemble/): Image resemblance assertions based on [resemble.js](http://huddle.github.io/Resemble.js/). Works in both node.js and the browser.