Comparing version 1.4.0 to 1.4.1
@@ -50,3 +50,3 @@ const crypto = require('crypto'); | ||
console.warn( | ||
`[HAPPO] Failed to fetch CSS file from ${block.href}. This might mean styles are missing in your Happo screenshots`, | ||
`[HAPPO] Failed to fetch CSS file from ${block.href} (using base URL ${block.baseUrl}). This might mean styles are missing in your Happo screenshots`, | ||
); | ||
@@ -53,0 +53,0 @@ return; |
{ | ||
"name": "happo-e2e", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Helpers for e2e integrations with Happo", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
93839