Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,7 @@ | ||
# 1.0.1 | ||
## Bug Fixes | ||
- ([c507b37](https://github.com/angular/jasminewd/commit/c507b37dd04cf267a437a579fc3b14063abb2ef8)) | ||
fix(index): stop infinite promise resolution | ||
1.0.0 | ||
@@ -13,1 +19,2 @@ ===== | ||
- Enhances `expect` so that it automatically unwraps promises before performing the assertion. | ||
@@ -162,3 +162,3 @@ /** | ||
var expectation = expect(actual); | ||
var expectation = originalExpect(actual); | ||
if (not) { | ||
@@ -199,3 +199,3 @@ expectation = expectation.not; | ||
* @param {webdriver.promise.Promise} actualPromise The promise which will | ||
* resolve to the acutal value being tested. | ||
* resolve to the actual value being tested. | ||
*/ | ||
@@ -202,0 +202,0 @@ function promiseMatchers(actualPromise) { |
@@ -29,3 +29,3 @@ { | ||
"license": "MIT", | ||
"version": "1.0.0" | ||
"version": "1.0.1" | ||
} |
@@ -1,2 +0,2 @@ | ||
jasminewd | ||
jasminewd [![Build Status](https://travis-ci.org/angular/jasminewd.png?branch=master)](https://travis-ci.org/angular/jasminewd) | ||
========= | ||
@@ -3,0 +3,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13327