From e7abfd250133cbf3b18eaf7d3e129d106e7d3522 Mon Sep 17 00:00:00 2001 From: d Date: Tue, 25 Apr 2017 20:24:49 +0300 Subject: [PATCH] add assert-match as supported assertion library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f30a6e..b1eba74 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,7 @@ SUPPORTED ASSERTION LIBRARIES --------------------------------------- * [Node assert API](https://nodejs.org/api/assert.html) * [Jxck/assert](https://github.com/Jxck/assert) +* [assert-match](https://github.com/rmdm/assert-match) (with [power-assert-match](https://github.com/rmdm/power-assert-match)) ASSERTION LIBRARIES KNOWN TO WORK