Fix failing tests

main
Elbert Alias 5 years ago
parent 5b7e8cef28
commit 8e193e89fc

@ -9364,8 +9364,8 @@
"Shopify": "\\;confidence:25" "Shopify": "\\;confidence:25"
}, },
"headers": { "headers": {
"x-shopid": "*\\;confidence:50", "x-shopid": "\\;confidence:50",
"x-shopify-stage": "*\\;confidence:50" "x-shopify-stage": "\\;confidence:50"
}, },
"url": "^https?//.+\\.myshopify\\.com", "url": "^https?//.+\\.myshopify\\.com",
"website": "http://shopify.com" "website": "http://shopify.com"
@ -13175,7 +13175,7 @@
"html": [ "html": [
"<style[^>]*data-styled(?:-components)?[\\s\"]", "<style[^>]*data-styled(?:-components)?[\\s\"]",
"<style[^>]+data-styled-version=\"([0-9]+)\"\\;version:\\1", "<style[^>]+data-styled-version=\"([0-9]+)\"\\;version:\\1",
"sc-component-id: sc-" "<[^>]+sc-component-id: sc-"
], ],
"icon": "styled-components.png", "icon": "styled-components.png",
"implies": [ "implies": [

Loading…
Cancel
Save