File tree Expand file tree Collapse file tree 4 files changed +533
-148
lines changed Expand file tree Collapse file tree 4 files changed +533
-148
lines changed Original file line number Diff line number Diff line change
1
+ // Jest Snapshot v1, https://goo.gl/fbAQLP
2
+
3
+ exports[`bonjour option as object should apply bonjour options: console messages 1`] = `Array []`;
4
+
5
+ exports[`bonjour option as object should apply bonjour options: page errors 1`] = `Array []`;
6
+
7
+ exports[`bonjour option as object should apply bonjour options: response status 1`] = `200`;
8
+
9
+ exports[`bonjour option as true should call bonjour with correct params: console messages 1`] = `Array []`;
10
+
11
+ exports[`bonjour option as true should call bonjour with correct params: page errors 1`] = `Array []`;
12
+
13
+ exports[`bonjour option as true should call bonjour with correct params: response status 1`] = `200`;
14
+
15
+ exports[`bonjour option bonjour object and 'https' should apply bonjour options: console messages 1`] = `Array []`;
16
+
17
+ exports[`bonjour option bonjour object and 'https' should apply bonjour options: page errors 1`] = `Array []`;
18
+
19
+ exports[`bonjour option bonjour object and 'https' should apply bonjour options: response status 1`] = `200`;
20
+
21
+ exports[`bonjour option bonjour object and 'server' option should apply bonjour options: console messages 1`] = `Array []`;
22
+
23
+ exports[`bonjour option bonjour object and 'server' option should apply bonjour options: page errors 1`] = `Array []`;
24
+
25
+ exports[`bonjour option bonjour object and 'server' option should apply bonjour options: response status 1`] = `200`;
26
+
27
+ exports[`bonjour option with 'https' option should call bonjour with 'https' type: console messages 1`] = `Array []`;
28
+
29
+ exports[`bonjour option with 'https' option should call bonjour with 'https' type: page errors 1`] = `Array []`;
30
+
31
+ exports[`bonjour option with 'https' option should call bonjour with 'https' type: response status 1`] = `200`;
32
+
33
+ exports[`bonjour option with 'server' option should call bonjour with 'https' type: console messages 1`] = `Array []`;
34
+
35
+ exports[`bonjour option with 'server' option should call bonjour with 'https' type: page errors 1`] = `Array []`;
36
+
37
+ exports[`bonjour option with 'server' option should call bonjour with 'https' type: response status 1`] = `200`;
Original file line number Diff line number Diff line change
1
+ // Jest Snapshot v1, https://goo.gl/fbAQLP
2
+
3
+ exports[`bonjour option as object should apply bonjour options: console messages 1`] = `Array []`;
4
+
5
+ exports[`bonjour option as object should apply bonjour options: page errors 1`] = `Array []`;
6
+
7
+ exports[`bonjour option as object should apply bonjour options: response status 1`] = `200`;
8
+
9
+ exports[`bonjour option as true should call bonjour with correct params: console messages 1`] = `Array []`;
10
+
11
+ exports[`bonjour option as true should call bonjour with correct params: page errors 1`] = `Array []`;
12
+
13
+ exports[`bonjour option as true should call bonjour with correct params: response status 1`] = `200`;
14
+
15
+ exports[`bonjour option bonjour object and 'https' should apply bonjour options: console messages 1`] = `Array []`;
16
+
17
+ exports[`bonjour option bonjour object and 'https' should apply bonjour options: page errors 1`] = `Array []`;
18
+
19
+ exports[`bonjour option bonjour object and 'https' should apply bonjour options: response status 1`] = `200`;
20
+
21
+ exports[`bonjour option bonjour object and 'server' option should apply bonjour options: console messages 1`] = `Array []`;
22
+
23
+ exports[`bonjour option bonjour object and 'server' option should apply bonjour options: page errors 1`] = `Array []`;
24
+
25
+ exports[`bonjour option bonjour object and 'server' option should apply bonjour options: response status 1`] = `200`;
26
+
27
+ exports[`bonjour option with 'https' option should call bonjour with 'https' type: console messages 1`] = `Array []`;
28
+
29
+ exports[`bonjour option with 'https' option should call bonjour with 'https' type: page errors 1`] = `Array []`;
30
+
31
+ exports[`bonjour option with 'https' option should call bonjour with 'https' type: response status 1`] = `200`;
32
+
33
+ exports[`bonjour option with 'server' option should call bonjour with 'https' type: console messages 1`] = `Array []`;
34
+
35
+ exports[`bonjour option with 'server' option should call bonjour with 'https' type: page errors 1`] = `Array []`;
36
+
37
+ exports[`bonjour option with 'server' option should call bonjour with 'https' type: response status 1`] = `200`;
You can’t perform that action at this time.
0 commit comments