Comparing version 0.6.0-alpha.3 to 0.6.0-alpha.4
## Release History | ||
- **0.6.0-alpha.4** — *2015-04-26* — Fix issue #87 | ||
- jsc.property didn't fail with asynchronous properties | ||
- thanks @Ezku for reporting | ||
- **0.6.0-alpha.3** — *2015-04-24* — promise shrink fixed | ||
@@ -4,0 +7,0 @@ - **0.6.0-alpha.2** — *2015-04-24* — jsc.bless |
@@ -343,5 +343,7 @@ /* @flow weak */ | ||
it(name, function () { | ||
if (args[0]() !== true) { | ||
throw new Error(name + " doesn't hold"); | ||
} | ||
return functor.map(args[0](), function (result) { | ||
if (result !== true) { | ||
throw new Error(name + " doesn't hold"); | ||
} | ||
}); | ||
}); | ||
@@ -351,3 +353,3 @@ } else { | ||
it(name, function () { | ||
checkThrow(prop); | ||
return checkThrow(prop); | ||
}); | ||
@@ -354,0 +356,0 @@ } |
{ | ||
"name": "jsverify", | ||
"description": "Property-based testing for JavaScript.", | ||
"version": "0.6.0-alpha.3", | ||
"version": "0.6.0-alpha.4", | ||
"homepage": "http://jsverify.github.io/", | ||
@@ -32,2 +32,3 @@ "author": { | ||
"devDependencies": { | ||
"bluebird": "^2.9.14", | ||
"browserify": "^9.0.3", | ||
@@ -34,0 +35,0 @@ "chai": "^2.0.0", |
@@ -471,2 +471,5 @@ # JSVerify | ||
- **0.6.0-alpha.4** — *2015-04-26* — Fix issue #87 | ||
- jsc.property didn't fail with asynchronous properties | ||
- thanks @Ezku for reporting | ||
- **0.6.0-alpha.3** — *2015-04-24* — promise shrink fixed | ||
@@ -473,0 +476,0 @@ - **0.6.0-alpha.2** — *2015-04-24* — jsc.bless |
Sorry, the diff of this file is too big to display
191850
5357
640
22