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__/watch-files.test.js.snap.webpack4
-17
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,6 @@
2
2
3
3
exports[`watchFiles option should not crash if file doesn't exist should reload when file content is changed: console messages 1`] = `
4
4
Array [
5
-
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
6
5
"Hey.",
7
6
]
8
7
`;
@@ -13,7 +12,6 @@ exports[`watchFiles option should not crash if file doesn't exist should reload
13
12
14
13
exports[`watchFiles option should work with array config should reload when file content is changed: console messages 1`] = `
15
14
Array [
16
-
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
17
15
"Hey.",
18
16
]
19
17
`;
@@ -24,7 +22,6 @@ exports[`watchFiles option should work with array config should reload when file
24
22
25
23
exports[`watchFiles option should work with object with multiple paths should reload when file content is changed: console messages 1`] = `
26
24
Array [
27
-
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
28
25
"Hey.",
29
26
]
30
27
`;
@@ -35,7 +32,6 @@ exports[`watchFiles option should work with object with multiple paths should re
35
32
36
33
exports[`watchFiles option should work with object with single path should reload when file content is changed: console messages 1`] = `
37
34
Array [
38
-
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
39
35
"Hey.",
40
36
]
41
37
`;
@@ -60,7 +56,6 @@ Object {
60
56
61
57
exports[`watchFiles option should work with options {"interval":400,"poll":200} should reload when file content is changed: console messages 1`] = `
62
58
Array [
63
-
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
64
59
"Hey.",
65
60
]
66
61
`;
@@ -85,7 +80,6 @@ Object {
85
80
86
81
exports[`watchFiles option should work with options {"poll":200} should reload when file content is changed: console messages 1`] = `
87
82
Array [
88
-
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
89
83
"Hey.",
90
84
]
91
85
`;
@@ -110,7 +104,6 @@ Object {
110
104
111
105
exports[`watchFiles option should work with options {"poll":true} should reload when file content is changed: console messages 1`] = `
112
106
Array [
113
-
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
114
107
"Hey.",
115
108
]
116
109
`;
@@ -135,7 +128,6 @@ Object {
135
128
136
129
exports[`watchFiles option should work with options {"usePolling":false,"interval":200,"poll":400} should reload when file content is changed: console messages 1`] = `
137
130
Array [
138
-
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
139
131
"Hey.",
140
132
]
141
133
`;
@@ -160,7 +152,6 @@ Object {
160
152
161
153
exports[`watchFiles option should work with options {"usePolling":false,"poll":200} should reload when file content is changed: console messages 1`] = `
162
154
Array [
163
-
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
164
155
"Hey.",
165
156
]
166
157
`;
@@ -185,7 +176,6 @@ Object {
185
176
186
177
exports[`watchFiles option should work with options {"usePolling":false,"poll":true} should reload when file content is changed: console messages 1`] = `
187
178
Array [
188
-
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
189
179
"Hey.",
190
180
]
191
181
`;
@@ -210,7 +200,6 @@ Object {
210
200
211
201
exports[`watchFiles option should work with options {"usePolling":false} should reload when file content is changed: console messages 1`] = `
212
202
Array [
213
-
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
214
203
"Hey.",
215
204
]
216
205
`;
@@ -235,7 +224,6 @@ Object {
235
224
236
225
exports[`watchFiles option should work with options {"usePolling":true,"interval":200,"poll":400} should reload when file content is changed: console messages 1`] = `
237
226
Array [
238
-
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
239
227
"Hey.",
240
228
]
241
229
`;
@@ -260,7 +248,6 @@ Object {
260
248
261
249
exports[`watchFiles option should work with options {"usePolling":true,"poll":200} should reload when file content is changed: console messages 1`] = `
262
250
Array [
263
-
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
264
251
"Hey.",
265
252
]
266
253
`;
@@ -285,7 +272,6 @@ Object {
285
272
286
273
exports[`watchFiles option should work with options {"usePolling":true} should reload when file content is changed: console messages 1`] = `
287
274
Array [
288
-
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
289
275
"Hey.",
290
276
]
291
277
`;
@@ -296,7 +282,6 @@ exports[`watchFiles option should work with options {"usePolling":true} should r
296
282
297
283
exports[`watchFiles option should work with string and glob should reload when file content is changed: console messages 1`] = `
298
284
Array [
299
-
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
300
285
"Hey.",
301
286
]
302
287
`;
@@ -307,7 +292,6 @@ exports[`watchFiles option should work with string and glob should reload when f
307
292
308
293
exports[`watchFiles option should work with string and path to directory should reload when file content is changed: console messages 1`] = `
309
294
Array [
310
-
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
311
295
"Hey.",
312
296
]
313
297
`;
@@ -318,7 +302,6 @@ exports[`watchFiles option should work with string and path to directory should
318
302
319
303
exports[`watchFiles option should work with string and path to file should reload when file content is changed: console messages 1`] = `
320
304
Array [
321
-
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
Copy file name to clipboardexpand all lines: test/e2e/__snapshots__/watch-files.test.js.snap.webpack5
-17
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,6 @@
2
2
3
3
exports[`watchFiles option should not crash if file doesn't exist should reload when file content is changed: console messages 1`] = `
4
4
Array [
5
-
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
6
5
"Hey.",
7
6
]
8
7
`;
@@ -13,7 +12,6 @@ exports[`watchFiles option should not crash if file doesn't exist should reload
13
12
14
13
exports[`watchFiles option should work with array config should reload when file content is changed: console messages 1`] = `
15
14
Array [
16
-
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
17
15
"Hey.",
18
16
]
19
17
`;
@@ -24,7 +22,6 @@ exports[`watchFiles option should work with array config should reload when file
24
22
25
23
exports[`watchFiles option should work with object with multiple paths should reload when file content is changed: console messages 1`] = `
26
24
Array [
27
-
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
28
25
"Hey.",
29
26
]
30
27
`;
@@ -35,7 +32,6 @@ exports[`watchFiles option should work with object with multiple paths should re
35
32
36
33
exports[`watchFiles option should work with object with single path should reload when file content is changed: console messages 1`] = `
37
34
Array [
38
-
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
39
35
"Hey.",
40
36
]
41
37
`;
@@ -60,7 +56,6 @@ Object {
60
56
61
57
exports[`watchFiles option should work with options {"interval":400,"poll":200} should reload when file content is changed: console messages 1`] = `
62
58
Array [
63
-
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
64
59
"Hey.",
65
60
]
66
61
`;
@@ -85,7 +80,6 @@ Object {
85
80
86
81
exports[`watchFiles option should work with options {"poll":200} should reload when file content is changed: console messages 1`] = `
87
82
Array [
88
-
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
89
83
"Hey.",
90
84
]
91
85
`;
@@ -110,7 +104,6 @@ Object {
110
104
111
105
exports[`watchFiles option should work with options {"poll":true} should reload when file content is changed: console messages 1`] = `
112
106
Array [
113
-
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
114
107
"Hey.",
115
108
]
116
109
`;
@@ -135,7 +128,6 @@ Object {
135
128
136
129
exports[`watchFiles option should work with options {"usePolling":false,"interval":200,"poll":400} should reload when file content is changed: console messages 1`] = `
137
130
Array [
138
-
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
139
131
"Hey.",
140
132
]
141
133
`;
@@ -160,7 +152,6 @@ Object {
160
152
161
153
exports[`watchFiles option should work with options {"usePolling":false,"poll":200} should reload when file content is changed: console messages 1`] = `
162
154
Array [
163
-
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
164
155
"Hey.",
165
156
]
166
157
`;
@@ -185,7 +176,6 @@ Object {
185
176
186
177
exports[`watchFiles option should work with options {"usePolling":false,"poll":true} should reload when file content is changed: console messages 1`] = `
187
178
Array [
188
-
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
189
179
"Hey.",
190
180
]
191
181
`;
@@ -210,7 +200,6 @@ Object {
210
200
211
201
exports[`watchFiles option should work with options {"usePolling":false} should reload when file content is changed: console messages 1`] = `
212
202
Array [
213
-
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
214
203
"Hey.",
215
204
]
216
205
`;
@@ -235,7 +224,6 @@ Object {
235
224
236
225
exports[`watchFiles option should work with options {"usePolling":true,"interval":200,"poll":400} should reload when file content is changed: console messages 1`] = `
237
226
Array [
238
-
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
239
227
"Hey.",
240
228
]
241
229
`;
@@ -260,7 +248,6 @@ Object {
260
248
261
249
exports[`watchFiles option should work with options {"usePolling":true,"poll":200} should reload when file content is changed: console messages 1`] = `
262
250
Array [
263
-
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
264
251
"Hey.",
265
252
]
266
253
`;
@@ -285,7 +272,6 @@ Object {
285
272
286
273
exports[`watchFiles option should work with options {"usePolling":true} should reload when file content is changed: console messages 1`] = `
287
274
Array [
288
-
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
289
275
"Hey.",
290
276
]
291
277
`;
@@ -296,7 +282,6 @@ exports[`watchFiles option should work with options {"usePolling":true} should r
296
282
297
283
exports[`watchFiles option should work with string and glob should reload when file content is changed: console messages 1`] = `
298
284
Array [
299
-
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
300
285
"Hey.",
301
286
]
302
287
`;
@@ -307,7 +292,6 @@ exports[`watchFiles option should work with string and glob should reload when f
307
292
308
293
exports[`watchFiles option should work with string and path to directory should reload when file content is changed: console messages 1`] = `
309
294
Array [
310
-
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
311
295
"Hey.",
312
296
]
313
297
`;
@@ -318,7 +302,6 @@ exports[`watchFiles option should work with string and path to directory should
318
302
319
303
exports[`watchFiles option should work with string and path to file should reload when file content is changed: console messages 1`] = `
320
304
Array [
321
-
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
0 commit comments