jest-environment-puppeteer
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="2.2.3"></a> | ||
## [2.2.3](https://github.com/smooth-code/jest-puppeteer/tree/master/packages/jest-environment-puppeteer/compare/v2.2.2...v2.2.3) (2018-04-03) | ||
### Bug Fixes | ||
* support `ignoreHTTPSErrors` launch option ([ed60439](https://github.com/smooth-code/jest-puppeteer/tree/master/packages/jest-environment-puppeteer/commit/ed60439)) | ||
<a name="2.2.2"></a> | ||
@@ -8,0 +19,0 @@ ## [2.2.2](https://github.com/smooth-code/jest-puppeteer/tree/master/packages/jest-environment-puppeteer/compare/v2.2.1...v2.2.2) (2018-04-01) |
@@ -38,2 +38,3 @@ 'use strict'; | ||
slowMo: config && config.launch && config.launch.slowMo ? config.launch.slowMo : undefined, | ||
ignoreHTTPSErrors: config && config.launch && config.launch.ignoreHTTPSErrors ? config.launch.ignoreHTTPSErrors : undefined, | ||
browserWSEndpoint: wsEndpoint | ||
@@ -40,0 +41,0 @@ }); |
{ | ||
"name": "jest-environment-puppeteer", | ||
"description": "Puppeteer environment for Jest.", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "repository": "https://github.com/smooth-code/jest-puppeteer/tree/master/packages/jest-environment-puppeteer", |
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
12681
122