Comparing version 1.0.2 to 1.0.3
@@ -153,3 +153,3 @@ const crypto = require('crypto'); | ||
snapshot.html = snapshot.html.split(url.url).join(url.name); | ||
if (/&/.test(snapshot.url)) { | ||
if (/&/.test(url.url)) { | ||
// When URL has an ampersand, we need to make sure the html wasn't | ||
@@ -156,0 +156,0 @@ // escaped so we replace again, this time with "&" replaced by |
{ | ||
"name": "happo-e2e", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"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
89864