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
exports[`watchFiles option should not crash if wile doesn't exist should handle GET request to bundle file: console messages 1`] = `Array []`;
3
+
exports[`watchFiles option should not crash if file doesn't exist should reload when file content is changed: console messages 1`] = `
4
+
Array [
5
+
"Hey.",
6
+
]
7
+
`;
4
8
5
-
exports[`watchFiles option should not crash if wile doesn't exist should handle GET request to bundle file: page errors 1`] = `Array []`;
9
+
exports[`watchFiles option should not crash if file doesn't exist should reload when file content is changed: page errors 1`] = `Array []`;
6
10
7
-
exports[`watchFiles option should not crash if wile doesn't exist should handle GET request to bundle file: response status 1`] = `200`;
11
+
exports[`watchFiles option should not crash if file doesn't exist should reload when file content is changed: response status 1`] = `200`;
8
12
9
-
exports[`watchFiles option should work with array config should handle GET request to bundle file: console messages 1`] = `Array []`;
13
+
exports[`watchFiles option should work with array config should reload when file content is changed: console messages 1`] = `
14
+
Array [
15
+
"Hey.",
16
+
]
17
+
`;
10
18
11
-
exports[`watchFiles option should work with array config should handle GET request to bundle file: page errors 1`] = `Array []`;
19
+
exports[`watchFiles option should work with array config should reload when file content is changed: page errors 1`] = `Array []`;
12
20
13
-
exports[`watchFiles option should work with array config should handle GET request to bundle file: response status 1`] = `200`;
21
+
exports[`watchFiles option should work with array config should reload when file content is changed: response status 1`] = `200`;
14
22
15
-
exports[`watchFiles option should work with object with multiple paths should handle GET request to bundle file: console messages 1`] = `Array []`;
23
+
exports[`watchFiles option should work with object with multiple paths should reload when file content is changed: console messages 1`] = `
24
+
Array [
25
+
"Hey.",
26
+
]
27
+
`;
16
28
17
-
exports[`watchFiles option should work with object with multiple paths should handle GET request to bundle file: page errors 1`] = `Array []`;
29
+
exports[`watchFiles option should work with object with multiple paths should reload when file content is changed: page errors 1`] = `Array []`;
18
30
19
-
exports[`watchFiles option should work with object with multiple paths should handle GET request to bundle file: response status 1`] = `200`;
31
+
exports[`watchFiles option should work with object with multiple paths should reload when file content is changed: response status 1`] = `200`;
20
32
21
-
exports[`watchFiles option should work with object with single path should handle GET request to bundle file: console messages 1`] = `Array []`;
33
+
exports[`watchFiles option should work with object with single path should reload when file content is changed: console messages 1`] = `
34
+
Array [
35
+
"Hey.",
36
+
]
37
+
`;
22
38
23
-
exports[`watchFiles option should work with object with single path should handle GET request to bundle file: page errors 1`] = `Array []`;
39
+
exports[`watchFiles option should work with object with single path should reload when file content is changed: page errors 1`] = `Array []`;
24
40
25
-
exports[`watchFiles option should work with object with single path should handle GET request to bundle file: response status 1`] = `200`;
41
+
exports[`watchFiles option should work with object with single path should reload when file content is changed: response status 1`] = `200`;
26
42
27
-
exports[`watchFiles option should work with options {"interval":400,"poll":200} should handle GET request to bundle file 1`] = `
43
+
exports[`watchFiles option should work with options {"interval":400,"poll":200} should reload when file content is changed 1`] = `
28
44
Object {
29
45
"alwaysStat": true,
30
46
"atomic": false,
@@ -38,13 +54,17 @@ Object {
38
54
}
39
55
`;
40
56
41
-
exports[`watchFiles option should work with options {"interval":400,"poll":200} should handle GET request to bundle file: console messages 1`] = `Array []`;
57
+
exports[`watchFiles option should work with options {"interval":400,"poll":200} should reload when file content is changed: console messages 1`] = `
58
+
Array [
59
+
"Hey.",
60
+
]
61
+
`;
42
62
43
-
exports[`watchFiles option should work with options {"interval":400,"poll":200} should handle GET request to bundle file: page errors 1`] = `Array []`;
63
+
exports[`watchFiles option should work with options {"interval":400,"poll":200} should reload when file content is changed: page errors 1`] = `Array []`;
44
64
45
-
exports[`watchFiles option should work with options {"interval":400,"poll":200} should handle GET request to bundle file: response status 1`] = `200`;
65
+
exports[`watchFiles option should work with options {"interval":400,"poll":200} should reload when file content is changed: response status 1`] = `200`;
46
66
47
-
exports[`watchFiles option should work with options {"poll":200} should handle GET request to bundle file 1`] = `
67
+
exports[`watchFiles option should work with options {"poll":200} should reload when file content is changed 1`] = `
48
68
Object {
49
69
"alwaysStat": true,
50
70
"atomic": false,
@@ -58,13 +78,17 @@ Object {
58
78
}
59
79
`;
60
80
61
-
exports[`watchFiles option should work with options {"poll":200} should handle GET request to bundle file: console messages 1`] = `Array []`;
81
+
exports[`watchFiles option should work with options {"poll":200} should reload when file content is changed: console messages 1`] = `
82
+
Array [
83
+
"Hey.",
84
+
]
85
+
`;
62
86
63
-
exports[`watchFiles option should work with options {"poll":200} should handle GET request to bundle file: page errors 1`] = `Array []`;
87
+
exports[`watchFiles option should work with options {"poll":200} should reload when file content is changed: page errors 1`] = `Array []`;
64
88
65
-
exports[`watchFiles option should work with options {"poll":200} should handle GET request to bundle file: response status 1`] = `200`;
89
+
exports[`watchFiles option should work with options {"poll":200} should reload when file content is changed: response status 1`] = `200`;
66
90
67
-
exports[`watchFiles option should work with options {"poll":true} should handle GET request to bundle file 1`] = `
91
+
exports[`watchFiles option should work with options {"poll":true} should reload when file content is changed 1`] = `
68
92
Object {
69
93
"alwaysStat": true,
70
94
"atomic": false,
@@ -78,13 +102,17 @@ Object {
78
102
}
79
103
`;
80
104
81
-
exports[`watchFiles option should work with options {"poll":true} should handle GET request to bundle file: console messages 1`] = `Array []`;
105
+
exports[`watchFiles option should work with options {"poll":true} should reload when file content is changed: console messages 1`] = `
106
+
Array [
107
+
"Hey.",
108
+
]
109
+
`;
82
110
83
-
exports[`watchFiles option should work with options {"poll":true} should handle GET request to bundle file: page errors 1`] = `Array []`;
111
+
exports[`watchFiles option should work with options {"poll":true} should reload when file content is changed: page errors 1`] = `Array []`;
84
112
85
-
exports[`watchFiles option should work with options {"poll":true} should handle GET request to bundle file: response status 1`] = `200`;
113
+
exports[`watchFiles option should work with options {"poll":true} should reload when file content is changed: response status 1`] = `200`;
86
114
87
-
exports[`watchFiles option should work with options {"usePolling":false,"interval":200,"poll":400} should handle GET request to bundle file 1`] = `
115
+
exports[`watchFiles option should work with options {"usePolling":false,"interval":200,"poll":400} should reload when file content is changed 1`] = `
88
116
Object {
89
117
"alwaysStat": true,
90
118
"atomic": false,
@@ -98,13 +126,17 @@ Object {
98
126
}
99
127
`;
100
128
101
-
exports[`watchFiles option should work with options {"usePolling":false,"interval":200,"poll":400} should handle GET request to bundle file: console messages 1`] = `Array []`;
129
+
exports[`watchFiles option should work with options {"usePolling":false,"interval":200,"poll":400} should reload when file content is changed: console messages 1`] = `
130
+
Array [
131
+
"Hey.",
132
+
]
133
+
`;
102
134
103
-
exports[`watchFiles option should work with options {"usePolling":false,"interval":200,"poll":400} should handle GET request to bundle file: page errors 1`] = `Array []`;
135
+
exports[`watchFiles option should work with options {"usePolling":false,"interval":200,"poll":400} should reload when file content is changed: page errors 1`] = `Array []`;
104
136
105
-
exports[`watchFiles option should work with options {"usePolling":false,"interval":200,"poll":400} should handle GET request to bundle file: response status 1`] = `200`;
137
+
exports[`watchFiles option should work with options {"usePolling":false,"interval":200,"poll":400} should reload when file content is changed: response status 1`] = `200`;
106
138
107
-
exports[`watchFiles option should work with options {"usePolling":false,"poll":200} should handle GET request to bundle file 1`] = `
139
+
exports[`watchFiles option should work with options {"usePolling":false,"poll":200} should reload when file content is changed 1`] = `
108
140
Object {
109
141
"alwaysStat": true,
110
142
"atomic": false,
@@ -118,13 +150,17 @@ Object {
118
150
}
119
151
`;
120
152
121
-
exports[`watchFiles option should work with options {"usePolling":false,"poll":200} should handle GET request to bundle file: console messages 1`] = `Array []`;
153
+
exports[`watchFiles option should work with options {"usePolling":false,"poll":200} should reload when file content is changed: console messages 1`] = `
154
+
Array [
155
+
"Hey.",
156
+
]
157
+
`;
122
158
123
-
exports[`watchFiles option should work with options {"usePolling":false,"poll":200} should handle GET request to bundle file: page errors 1`] = `Array []`;
159
+
exports[`watchFiles option should work with options {"usePolling":false,"poll":200} should reload when file content is changed: page errors 1`] = `Array []`;
124
160
125
-
exports[`watchFiles option should work with options {"usePolling":false,"poll":200} should handle GET request to bundle file: response status 1`] = `200`;
161
+
exports[`watchFiles option should work with options {"usePolling":false,"poll":200} should reload when file content is changed: response status 1`] = `200`;
126
162
127
-
exports[`watchFiles option should work with options {"usePolling":false,"poll":true} should handle GET request to bundle file 1`] = `
163
+
exports[`watchFiles option should work with options {"usePolling":false,"poll":true} should reload when file content is changed 1`] = `
128
164
Object {
129
165
"alwaysStat": true,
130
166
"atomic": false,
@@ -138,13 +174,17 @@ Object {
138
174
}
139
175
`;
140
176
141
-
exports[`watchFiles option should work with options {"usePolling":false,"poll":true} should handle GET request to bundle file: console messages 1`] = `Array []`;
177
+
exports[`watchFiles option should work with options {"usePolling":false,"poll":true} should reload when file content is changed: console messages 1`] = `
178
+
Array [
179
+
"Hey.",
180
+
]
181
+
`;
142
182
143
-
exports[`watchFiles option should work with options {"usePolling":false,"poll":true} should handle GET request to bundle file: page errors 1`] = `Array []`;
183
+
exports[`watchFiles option should work with options {"usePolling":false,"poll":true} should reload when file content is changed: page errors 1`] = `Array []`;
144
184
145
-
exports[`watchFiles option should work with options {"usePolling":false,"poll":true} should handle GET request to bundle file: response status 1`] = `200`;
185
+
exports[`watchFiles option should work with options {"usePolling":false,"poll":true} should reload when file content is changed: response status 1`] = `200`;
146
186
147
-
exports[`watchFiles option should work with options {"usePolling":false} should handle GET request to bundle file 1`] = `
187
+
exports[`watchFiles option should work with options {"usePolling":false} should reload when file content is changed 1`] = `
148
188
Object {
149
189
"alwaysStat": true,
150
190
"atomic": false,
@@ -158,13 +198,17 @@ Object {
158
198
}
159
199
`;
160
200
161
-
exports[`watchFiles option should work with options {"usePolling":false} should handle GET request to bundle file: console messages 1`] = `Array []`;
201
+
exports[`watchFiles option should work with options {"usePolling":false} should reload when file content is changed: console messages 1`] = `
202
+
Array [
203
+
"Hey.",
204
+
]
205
+
`;
162
206
163
-
exports[`watchFiles option should work with options {"usePolling":false} should handle GET request to bundle file: page errors 1`] = `Array []`;
207
+
exports[`watchFiles option should work with options {"usePolling":false} should reload when file content is changed: page errors 1`] = `Array []`;
164
208
165
-
exports[`watchFiles option should work with options {"usePolling":false} should handle GET request to bundle file: response status 1`] = `200`;
209
+
exports[`watchFiles option should work with options {"usePolling":false} should reload when file content is changed: response status 1`] = `200`;
166
210
167
-
exports[`watchFiles option should work with options {"usePolling":true,"interval":200,"poll":400} should handle GET request to bundle file 1`] = `
211
+
exports[`watchFiles option should work with options {"usePolling":true,"interval":200,"poll":400} should reload when file content is changed 1`] = `
168
212
Object {
169
213
"alwaysStat": true,
170
214
"atomic": false,
@@ -178,13 +222,17 @@ Object {
178
222
}
179
223
`;
180
224
181
-
exports[`watchFiles option should work with options {"usePolling":true,"interval":200,"poll":400} should handle GET request to bundle file: console messages 1`] = `Array []`;
225
+
exports[`watchFiles option should work with options {"usePolling":true,"interval":200,"poll":400} should reload when file content is changed: console messages 1`] = `
226
+
Array [
227
+
"Hey.",
228
+
]
229
+
`;
182
230
183
-
exports[`watchFiles option should work with options {"usePolling":true,"interval":200,"poll":400} should handle GET request to bundle file: page errors 1`] = `Array []`;
231
+
exports[`watchFiles option should work with options {"usePolling":true,"interval":200,"poll":400} should reload when file content is changed: page errors 1`] = `Array []`;
184
232
185
-
exports[`watchFiles option should work with options {"usePolling":true,"interval":200,"poll":400} should handle GET request to bundle file: response status 1`] = `200`;
233
+
exports[`watchFiles option should work with options {"usePolling":true,"interval":200,"poll":400} should reload when file content is changed: response status 1`] = `200`;
186
234
187
-
exports[`watchFiles option should work with options {"usePolling":true,"poll":200} should handle GET request to bundle file 1`] = `
235
+
exports[`watchFiles option should work with options {"usePolling":true,"poll":200} should reload when file content is changed 1`] = `
188
236
Object {
189
237
"alwaysStat": true,
190
238
"atomic": false,
@@ -198,13 +246,17 @@ Object {
198
246
}
199
247
`;
200
248
201
-
exports[`watchFiles option should work with options {"usePolling":true,"poll":200} should handle GET request to bundle file: console messages 1`] = `Array []`;
249
+
exports[`watchFiles option should work with options {"usePolling":true,"poll":200} should reload when file content is changed: console messages 1`] = `
250
+
Array [
251
+
"Hey.",
252
+
]
253
+
`;
202
254
203
-
exports[`watchFiles option should work with options {"usePolling":true,"poll":200} should handle GET request to bundle file: page errors 1`] = `Array []`;
255
+
exports[`watchFiles option should work with options {"usePolling":true,"poll":200} should reload when file content is changed: page errors 1`] = `Array []`;
204
256
205
-
exports[`watchFiles option should work with options {"usePolling":true,"poll":200} should handle GET request to bundle file: response status 1`] = `200`;
257
+
exports[`watchFiles option should work with options {"usePolling":true,"poll":200} should reload when file content is changed: response status 1`] = `200`;
206
258
207
-
exports[`watchFiles option should work with options {"usePolling":true} should handle GET request to bundle file 1`] = `
259
+
exports[`watchFiles option should work with options {"usePolling":true} should reload when file content is changed 1`] = `
208
260
Object {
209
261
"alwaysStat": true,
210
262
"atomic": false,
@@ -218,26 +270,42 @@ Object {
218
270
}
219
271
`;
220
272
221
-
exports[`watchFiles option should work with options {"usePolling":true} should handle GET request to bundle file: console messages 1`] = `Array []`;
273
+
exports[`watchFiles option should work with options {"usePolling":true} should reload when file content is changed: console messages 1`] = `
274
+
Array [
275
+
"Hey.",
276
+
]
277
+
`;
222
278
223
-
exports[`watchFiles option should work with options {"usePolling":true} should handle GET request to bundle file: page errors 1`] = `Array []`;
279
+
exports[`watchFiles option should work with options {"usePolling":true} should reload when file content is changed: page errors 1`] = `Array []`;
224
280
225
-
exports[`watchFiles option should work with options {"usePolling":true} should handle GET request to bundle file: response status 1`] = `200`;
281
+
exports[`watchFiles option should work with options {"usePolling":true} should reload when file content is changed: response status 1`] = `200`;
226
282
227
-
exports[`watchFiles option should work with string and glob should handle GET request to bundle file: console messages 1`] = `Array []`;
283
+
exports[`watchFiles option should work with string and glob should reload when file content is changed: console messages 1`] = `
284
+
Array [
285
+
"Hey.",
286
+
]
287
+
`;
228
288
229
-
exports[`watchFiles option should work with string and glob should handle GET request to bundle file: page errors 1`] = `Array []`;
289
+
exports[`watchFiles option should work with string and glob should reload when file content is changed: page errors 1`] = `Array []`;
230
290
231
-
exports[`watchFiles option should work with string and glob should handle GET request to bundle file: response status 1`] = `200`;
291
+
exports[`watchFiles option should work with string and glob should reload when file content is changed: response status 1`] = `200`;
232
292
233
-
exports[`watchFiles option should work with string and path to directory should handle GET request to bundle file: console messages 1`] = `Array []`;
293
+
exports[`watchFiles option should work with string and path to directory should reload when file content is changed: console messages 1`] = `
294
+
Array [
295
+
"Hey.",
296
+
]
297
+
`;
234
298
235
-
exports[`watchFiles option should work with string and path to directory should handle GET request to bundle file: page errors 1`] = `Array []`;
299
+
exports[`watchFiles option should work with string and path to directory should reload when file content is changed: page errors 1`] = `Array []`;
236
300
237
-
exports[`watchFiles option should work with string and path to directory should handle GET request to bundle file: response status 1`] = `200`;
301
+
exports[`watchFiles option should work with string and path to directory should reload when file content is changed: response status 1`] = `200`;
238
302
239
-
exports[`watchFiles option should work with string and path to file should handle GET request to bundle file: console messages 1`] = `Array []`;
303
+
exports[`watchFiles option should work with string and path to file should reload when file content is changed: console messages 1`] = `
304
+
Array [
305
+
"Hey.",
306
+
]
307
+
`;
240
308
241
-
exports[`watchFiles option should work with string and path to file should handle GET request to bundle file: page errors 1`] = `Array []`;
309
+
exports[`watchFiles option should work with string and path to file should reload when file content is changed: page errors 1`] = `Array []`;
242
310
243
-
exports[`watchFiles option should work with string and path to file should handle GET request to bundle file: response status 1`] = `200`;
311
+
exports[`watchFiles option should work with string and path to file should reload when file content is changed: response status 1`] = `200`;
0 commit comments