Add spec-mocha (#114)

This commit is contained in:
Antti Holvikari 2017-10-23 20:55:09 +03:00 committed by Phil Freeman
parent 2a06744421
commit c29ace9ae6

View file

@ -1309,6 +1309,16 @@
"repo": "https://github.com/owickstrom/purescript-spec.git",
"version": "v1.0.0"
},
"spec-mocha": {
"dependencies": [
"console",
"foldable-traversable",
"exceptions",
"spec"
],
"repo": "https://github.com/owickstrom/purescript-spec-mocha.git",
"version": "v1.0.0"
},
"spec-quickcheck": {
"dependencies": [
"aff",