Added einheit to the package.json.

Einheit is a new unit testing module.
This commit is contained in:
Joey 2015-07-07 01:01:13 -06:00
parent 901196a2bd
commit 831976b799

View File

@ -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"
}
]