You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/e2e/__snapshots__/api.test.js.snap.webpack4
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
3
3
exports[`API Invalidate callback should use the default \`noop\` callback when invalidate is called without any callback: console messages 1`] = `
4
4
Array [
5
+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
5
6
"[HMR] Waiting for update signal from WDS...",
6
7
"Hey.",
7
8
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -15,6 +16,7 @@ exports[`API Invalidate callback should use the default \`noop\` callback when i
15
16
16
17
exports[`API Invalidate callback should use the provided \`callback\` function: console messages 1`] = `
17
18
Array [
19
+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
18
20
"[HMR] Waiting for update signal from WDS...",
19
21
"Hey.",
20
22
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -28,6 +30,7 @@ exports[`API Invalidate callback should use the provided \`callback\` function:
28
30
29
31
exports[`API Server.checkHostHeader should allow URLs with scheme for checking origin when the "option.client.webSocketURL" is object: console messages 1`] = `
30
32
Array [
33
+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
31
34
"[HMR] Waiting for update signal from WDS...",
32
35
"Hey.",
33
36
"WebSocket connection to 'ws://test.host:8158/ws' failed: Error in connection establishment: net::ERR_NAME_NOT_RESOLVED",
@@ -45,6 +48,7 @@ exports[`API Server.checkHostHeader should allow URLs with scheme for checking o
45
48
46
49
exports[`API Server.getFreePort should retry finding the port for up to defaultPortRetry times (number): console messages 1`] = `
47
50
Array [
51
+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
48
52
"[HMR] Waiting for update signal from WDS...",
49
53
"Hey.",
50
54
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -58,6 +62,7 @@ exports[`API Server.getFreePort should retry finding the port for up to defaultP
58
62
59
63
exports[`API Server.getFreePort should retry finding the port for up to defaultPortRetry times (string): console messages 1`] = `
60
64
Array [
65
+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
61
66
"[HMR] Waiting for update signal from WDS...",
62
67
"Hey.",
63
68
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -71,6 +76,7 @@ exports[`API Server.getFreePort should retry finding the port for up to defaultP
71
76
72
77
exports[`API Server.getFreePort should retry finding the port when serial ports are busy: console messages 1`] = `
73
78
Array [
79
+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
74
80
"[HMR] Waiting for update signal from WDS...",
75
81
"Hey.",
76
82
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -84,6 +90,7 @@ exports[`API Server.getFreePort should retry finding the port when serial ports
84
90
85
91
exports[`API Server.getFreePort should return the port when the port is \`null\`: console messages 1`] = `
86
92
Array [
93
+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
87
94
"[HMR] Waiting for update signal from WDS...",
88
95
"Hey.",
89
96
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -97,6 +104,7 @@ exports[`API Server.getFreePort should return the port when the port is \`null\`
97
104
98
105
exports[`API Server.getFreePort should return the port when the port is undefined: console messages 1`] = `
99
106
Array [
107
+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
100
108
"[HMR] Waiting for update signal from WDS...",
101
109
"Hey.",
102
110
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -112,6 +120,7 @@ exports[`API Server.getFreePort should throw the error when the port isn't found
112
120
113
121
exports[`API WEBPACK_SERVE environment variable should be present: console messages 1`] = `
114
122
Array [
123
+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
115
124
"[HMR] Waiting for update signal from WDS...",
116
125
"Hey.",
117
126
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -125,6 +134,7 @@ exports[`API WEBPACK_SERVE environment variable should be present: response stat
125
134
126
135
exports[`API deprecated API should log warning when the "port" and "host" options from options different from arguments ('listen' method): console messages 1`] = `
127
136
Array [
137
+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
128
138
"[HMR] Waiting for update signal from WDS...",
129
139
"Hey.",
130
140
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -138,6 +148,7 @@ exports[`API deprecated API should work with deprecated API ('listen' and 'close
138
148
139
149
exports[`API deprecated API should work with deprecated API ('listen' and 'close' methods): console messages 1`] = `
140
150
Array [
151
+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
141
152
"[HMR] Waiting for update signal from WDS...",
142
153
"Hey.",
143
154
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -151,6 +162,7 @@ exports[`API deprecated API should work with deprecated API ('listen' and 'close
151
162
152
163
exports[`API deprecated API should work with deprecated API (only compiler in constructor): console messages 1`] = `
153
164
Array [
165
+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
154
166
"[HMR] Waiting for update signal from WDS...",
155
167
"Hey.",
156
168
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -164,6 +176,7 @@ exports[`API deprecated API should work with deprecated API (only compiler in co
164
176
165
177
exports[`API deprecated API should work with deprecated API (the order of the arguments in the constructor): console messages 1`] = `
166
178
Array [
179
+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
167
180
"[HMR] Waiting for update signal from WDS...",
168
181
"Hey.",
169
182
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -177,6 +190,7 @@ exports[`API deprecated API should work with deprecated API (the order of the ar
177
190
178
191
exports[`API latest async API should work and allow to rerun dev server multiple times: console messages 1`] = `
179
192
Array [
193
+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
180
194
"[HMR] Waiting for update signal from WDS...",
181
195
"Hey.",
182
196
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -186,6 +200,7 @@ Array [
186
200
187
201
exports[`API latest async API should work and allow to rerun dev server multiple times: console messages 2`] = `
188
202
Array [
203
+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
189
204
"[HMR] Waiting for update signal from WDS...",
190
205
"Hey.",
191
206
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -199,6 +214,7 @@ exports[`API latest async API should work and allow to rerun dev server multiple
199
214
200
215
exports[`API latest async API should work when using configured manually: console messages 1`] = `
201
216
Array [
217
+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
202
218
"[HMR] Waiting for update signal from WDS...",
203
219
"[webpack-dev-server] Hot Module Replacement enabled.",
204
220
"Hey.",
@@ -210,6 +226,7 @@ exports[`API latest async API should work when using configured manually: page e
210
226
211
227
exports[`API latest async API should work with async API: console messages 1`] = `
212
228
Array [
229
+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
213
230
"[HMR] Waiting for update signal from WDS...",
214
231
"Hey.",
215
232
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -221,6 +238,7 @@ exports[`API latest async API should work with async API: page errors 1`] = `Arr
221
238
222
239
exports[`API latest async API should work with callback API: console messages 1`] = `
223
240
Array [
241
+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
224
242
"[HMR] Waiting for update signal from WDS...",
225
243
"Hey.",
226
244
"[webpack-dev-server] Hot Module Replacement enabled.",
Copy file name to clipboardExpand all lines: test/e2e/__snapshots__/api.test.js.snap.webpack5
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
3
3
exports[`API Invalidate callback should use the default \`noop\` callback when invalidate is called without any callback: console messages 1`] = `
4
4
Array [
5
+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
5
6
"[HMR] Waiting for update signal from WDS...",
6
7
"Hey.",
7
8
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -15,6 +16,7 @@ exports[`API Invalidate callback should use the default \`noop\` callback when i
15
16
16
17
exports[`API Invalidate callback should use the provided \`callback\` function: console messages 1`] = `
17
18
Array [
19
+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
18
20
"[HMR] Waiting for update signal from WDS...",
19
21
"Hey.",
20
22
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -28,6 +30,7 @@ exports[`API Invalidate callback should use the provided \`callback\` function:
28
30
29
31
exports[`API Server.checkHostHeader should allow URLs with scheme for checking origin when the "option.client.webSocketURL" is object: console messages 1`] = `
30
32
Array [
33
+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
31
34
"[HMR] Waiting for update signal from WDS...",
32
35
"Hey.",
33
36
"WebSocket connection to 'ws://test.host:8158/ws' failed: Error in connection establishment: net::ERR_NAME_NOT_RESOLVED",
@@ -45,6 +48,7 @@ exports[`API Server.checkHostHeader should allow URLs with scheme for checking o
45
48
46
49
exports[`API Server.getFreePort should retry finding the port for up to defaultPortRetry times (number): console messages 1`] = `
47
50
Array [
51
+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
48
52
"[HMR] Waiting for update signal from WDS...",
49
53
"Hey.",
50
54
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -58,6 +62,7 @@ exports[`API Server.getFreePort should retry finding the port for up to defaultP
58
62
59
63
exports[`API Server.getFreePort should retry finding the port for up to defaultPortRetry times (string): console messages 1`] = `
60
64
Array [
65
+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
61
66
"[HMR] Waiting for update signal from WDS...",
62
67
"Hey.",
63
68
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -71,6 +76,7 @@ exports[`API Server.getFreePort should retry finding the port for up to defaultP
71
76
72
77
exports[`API Server.getFreePort should retry finding the port when serial ports are busy: console messages 1`] = `
73
78
Array [
79
+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
74
80
"[HMR] Waiting for update signal from WDS...",
75
81
"Hey.",
76
82
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -84,6 +90,7 @@ exports[`API Server.getFreePort should retry finding the port when serial ports
84
90
85
91
exports[`API Server.getFreePort should return the port when the port is \`null\`: console messages 1`] = `
86
92
Array [
93
+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
87
94
"[HMR] Waiting for update signal from WDS...",
88
95
"Hey.",
89
96
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -97,6 +104,7 @@ exports[`API Server.getFreePort should return the port when the port is \`null\`
97
104
98
105
exports[`API Server.getFreePort should return the port when the port is undefined: console messages 1`] = `
99
106
Array [
107
+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
100
108
"[HMR] Waiting for update signal from WDS...",
101
109
"Hey.",
102
110
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -112,6 +120,7 @@ exports[`API Server.getFreePort should throw the error when the port isn't found
112
120
113
121
exports[`API WEBPACK_SERVE environment variable should be present: console messages 1`] = `
114
122
Array [
123
+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
115
124
"[HMR] Waiting for update signal from WDS...",
116
125
"Hey.",
117
126
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -125,6 +134,7 @@ exports[`API WEBPACK_SERVE environment variable should be present: response stat
125
134
126
135
exports[`API deprecated API should log warning when the "port" and "host" options from options different from arguments ('listen' method): console messages 1`] = `
127
136
Array [
137
+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
128
138
"[HMR] Waiting for update signal from WDS...",
129
139
"Hey.",
130
140
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -138,6 +148,7 @@ exports[`API deprecated API should work with deprecated API ('listen' and 'close
138
148
139
149
exports[`API deprecated API should work with deprecated API ('listen' and 'close' methods): console messages 1`] = `
140
150
Array [
151
+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
141
152
"[HMR] Waiting for update signal from WDS...",
142
153
"Hey.",
143
154
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -151,6 +162,7 @@ exports[`API deprecated API should work with deprecated API ('listen' and 'close
151
162
152
163
exports[`API deprecated API should work with deprecated API (only compiler in constructor): console messages 1`] = `
153
164
Array [
165
+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
154
166
"[HMR] Waiting for update signal from WDS...",
155
167
"Hey.",
156
168
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -164,6 +176,7 @@ exports[`API deprecated API should work with deprecated API (only compiler in co
164
176
165
177
exports[`API deprecated API should work with deprecated API (the order of the arguments in the constructor): console messages 1`] = `
166
178
Array [
179
+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
167
180
"[HMR] Waiting for update signal from WDS...",
168
181
"Hey.",
169
182
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -177,6 +190,7 @@ exports[`API deprecated API should work with deprecated API (the order of the ar
177
190
178
191
exports[`API latest async API should work and allow to rerun dev server multiple times: console messages 1`] = `
179
192
Array [
193
+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
180
194
"[HMR] Waiting for update signal from WDS...",
181
195
"Hey.",
182
196
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -186,6 +200,7 @@ Array [
186
200
187
201
exports[`API latest async API should work and allow to rerun dev server multiple times: console messages 2`] = `
188
202
Array [
203
+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
189
204
"[HMR] Waiting for update signal from WDS...",
190
205
"Hey.",
191
206
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -199,6 +214,7 @@ exports[`API latest async API should work and allow to rerun dev server multiple
199
214
200
215
exports[`API latest async API should work when using configured manually: console messages 1`] = `
201
216
Array [
217
+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
202
218
"[HMR] Waiting for update signal from WDS...",
203
219
"[webpack-dev-server] Hot Module Replacement enabled.",
204
220
"Hey.",
@@ -210,6 +226,7 @@ exports[`API latest async API should work when using configured manually: page e
210
226
211
227
exports[`API latest async API should work with async API: console messages 1`] = `
212
228
Array [
229
+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
213
230
"[HMR] Waiting for update signal from WDS...",
214
231
"Hey.",
215
232
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -221,6 +238,7 @@ exports[`API latest async API should work with async API: page errors 1`] = `Arr
221
238
222
239
exports[`API latest async API should work with callback API: console messages 1`] = `
223
240
Array [
241
+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
224
242
"[HMR] Waiting for update signal from WDS...",
225
243
"Hey.",
226
244
"[webpack-dev-server] Hot Module Replacement enabled.",
0 commit comments