From 831976b799e2a84e0d023bad62219c577c53674b Mon Sep 17 00:00:00 2001 From: Joey Date: Tue, 7 Jul 2015 01:01:13 -0600 Subject: [PATCH] Added einheit to the package.json. Einheit is a new unit testing module. --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index fe7e956..7ff9feb 100644 --- a/packages.json +++ b/packages.json @@ -1821,5 +1821,14 @@ "description": "Algebraic data types and pattern matching", "license": "Apache License 2.0", "web": "https://github.com/andreaferretti/patty" + }, + { + "name": "einheit", + "url": "https://github.com/jyapayne/einheit", + "method": "git", + "tags": ["unit", "tests", "unittest", "unit tests", "unit test macro"], + "description": "Pretty looking, full featured, Python-inspired unit test library.", + "license": "MIT", + "web": "https://github.com/jyapayne/einheit" } ]