unexpected
Advanced tools
Comparing version 13.2.0 to 13.2.1
@@ -100,2 +100,5 @@ var Promise = require('unexpected-bluebird'); | ||
}); | ||
Object.getOwnPropertySymbols(obj).forEach(function (key) { | ||
promises.push.apply(promises, extractPromisesFromObject(obj[key])); | ||
}); | ||
return promises; | ||
@@ -102,0 +105,0 @@ } |
@@ -97,2 +97,5 @@ const Promise = require('unexpected-bluebird'); | ||
}); | ||
Object.getOwnPropertySymbols(obj).forEach((key) => { | ||
promises.push(...extractPromisesFromObject(obj[key])); | ||
}); | ||
return promises; | ||
@@ -99,0 +102,0 @@ } |
{ | ||
"name": "unexpected", | ||
"version": "13.2.0", | ||
"version": "13.2.1", | ||
"author": "Sune Sloth Simonsen <sune@we-knowhow.dk>", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
3312195
54
18075