Skip to content

Commit 4043294

Browse files
committed
chore: fix tests
1 parent 0d01731 commit 4043294

File tree

4 files changed

+41
-335
lines changed

4 files changed

+41
-335
lines changed

backstop.json

Lines changed: 0 additions & 334 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"valid-url": "1.0.9"
5555
},
5656
"devDependencies": {
57-
"ava": "git://github.com/avajs/ava.git#magic-assert",
57+
"ava": "0.18.1",
5858
"coveralls": "2.11.15",
5959
"eslint": "3.14.1",
6060
"eslint-config-airbnb": "12.0.0",

test/fixtures/allow-subdomains.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,26 @@
4747
"iframe"
4848
]
4949
},
50+
{
51+
"label": "/",
52+
"url": "https://ecc256.badssl.com/",
53+
"selectors": [
54+
"document"
55+
],
56+
"hideSelectors": [
57+
"iframe"
58+
]
59+
},
60+
{
61+
"label": "/",
62+
"url": "https://ecc384.badssl.com/",
63+
"selectors": [
64+
"document"
65+
],
66+
"hideSelectors": [
67+
"iframe"
68+
]
69+
},
5070
{
5171
"label": "/",
5272
"url": "https://rsa8192.badssl.com/",

test/fixtures/ignore-ssl-errors.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,26 @@
9797
"iframe"
9898
]
9999
},
100+
{
101+
"label": "/",
102+
"url": "https://ecc256.badssl.com/",
103+
"selectors": [
104+
"document"
105+
],
106+
"hideSelectors": [
107+
"iframe"
108+
]
109+
},
110+
{
111+
"label": "/",
112+
"url": "https://ecc384.badssl.com/",
113+
"selectors": [
114+
"document"
115+
],
116+
"hideSelectors": [
117+
"iframe"
118+
]
119+
},
100120
{
101121
"label": "/",
102122
"url": "https://rsa8192.badssl.com/",

0 commit comments

Comments
 (0)