From 078b7d5e9dff163cf8d6d8c58a3e47587a6d2d45 Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Wed, 31 Jan 2018 11:44:47 -0800 Subject: [PATCH] add unexpected-eventemitter to plugin list --- documentation/plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/plugins.md b/documentation/plugins.md index 55b6c29af..867a7d2cb 100644 --- a/documentation/plugins.md +++ b/documentation/plugins.md @@ -26,6 +26,8 @@ Here's a partial list of plugins for Unexpected: EXIF data of images (node.js only). * [unexpected-events](https://github.com/alexjeffburke/unexpected-events/): Assertions for unit testing EventEmitters. +* [unexpected-eventemitter](https://github.com/boneskull/unexpected-eventemitter/): + Alternative assertions for unit testing EventEmitters. * [unexpected-express](https://github.com/unexpectedjs/unexpected-express/): Express app/middleware assertions with a declarative syntax. * [unexpected-http](https://github.com/unexpectedjs/unexpected-http/): Assertions for