unexpected
Advanced tools
Comparing version 10.21.1 to 10.22.0
@@ -833,2 +833,3 @@ var createStandardErrorMessage = require('./createStandardErrorMessage'); | ||
expect.outputFormat = unexpected.outputFormat.bind(unexpected); | ||
expect.notifyPendingPromise = notifyPendingPromise; | ||
// TODO For testing purpose while we don't have all the pieces yet | ||
@@ -1130,3 +1131,3 @@ expect.parseAssertion = unexpected.parseAssertion.bind(unexpected); | ||
if (isPendingPromise(result)) { | ||
notifyPendingPromise(result); | ||
that.expect.notifyPendingPromise(result); | ||
result = result.then(undefined, function (e) { | ||
@@ -1133,0 +1134,0 @@ if (e && e._isUnexpected) { |
{ | ||
"name": "unexpected", | ||
"version": "10.21.1", | ||
"version": "10.22.0", | ||
"author": "Sune Sloth Simonsen <sune@we-knowhow.dk>", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
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
770792
19274