expect-puppeteer
Advanced tools
Comparing version 4.1.1 to 4.3.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [4.3.0](https://github.com/smooth-code/jest-puppeteer/tree/master/packages/expect-puppeteer/compare/v4.2.0...v4.3.0) (2019-07-14) | ||
**Note:** Version bump only for package expect-puppeteer | ||
## [4.1.1](https://github.com/smooth-code/jest-puppeteer/tree/master/packages/expect-puppeteer/compare/v4.1.0...v4.1.1) (2019-04-11) | ||
@@ -8,0 +16,0 @@ |
@@ -112,4 +112,4 @@ "use strict"; | ||
const jestMatchers = originalExpect(actual, ...args); | ||
return _extends({}, jestMatchers, matchers, { | ||
not: _extends({}, jestMatchers.not, matchers.not) | ||
return _extends({}, jestMatchers, {}, matchers, { | ||
not: _extends({}, jestMatchers.not, {}, matchers.not) | ||
}); | ||
@@ -116,0 +116,0 @@ } |
@@ -33,4 +33,4 @@ "use strict"; | ||
const defaultOptions = options => _extends({}, getDefaultOptions(), options); | ||
const defaultOptions = options => _extends({}, getDefaultOptions(), {}, options); | ||
exports.defaultOptions = defaultOptions; |
{ | ||
"name": "expect-puppeteer", | ||
"description": "Assertion toolkit for Puppeteer.", | ||
"version": "4.1.1", | ||
"version": "4.3.0", | ||
"main": "lib/index.js", | ||
@@ -26,3 +26,3 @@ "repository": "https://github.com/smooth-code/jest-puppeteer/tree/master/packages/expect-puppeteer", | ||
}, | ||
"gitHead": "a4156543c4c29afb0fc487da813403a9a615bba4" | ||
"gitHead": "d880d31008bab2fa70b3acc7f0401619f3c6ed63" | ||
} |
38197