Skip to content

Commit 7b113cf

Browse files
committed
fix: test snapshots
1 parent a34faf6 commit 7b113cf

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

test/e2e/__snapshots__/watch-files.test.js.snap.webpack5

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ exports[`watchFiles option should work with options {"interval":400,"poll":200}
5757
"followSymlinks": false,
5858
"ignoreInitial": true,
5959
"ignorePermissionErrors": true,
60-
"ignored": undefined,
60+
"ignored": [],
6161
"interval": 400,
6262
"persistent": true,
6363
"usePolling": true,
@@ -81,7 +81,7 @@ exports[`watchFiles option should work with options {"poll":200} should reload w
8181
"followSymlinks": false,
8282
"ignoreInitial": true,
8383
"ignorePermissionErrors": true,
84-
"ignored": undefined,
84+
"ignored": [],
8585
"interval": 200,
8686
"persistent": true,
8787
"usePolling": true,
@@ -105,7 +105,7 @@ exports[`watchFiles option should work with options {"poll":true} should reload
105105
"followSymlinks": false,
106106
"ignoreInitial": true,
107107
"ignorePermissionErrors": true,
108-
"ignored": undefined,
108+
"ignored": [],
109109
"interval": undefined,
110110
"persistent": true,
111111
"usePolling": true,
@@ -129,7 +129,7 @@ exports[`watchFiles option should work with options {"usePolling":false,"interva
129129
"followSymlinks": false,
130130
"ignoreInitial": true,
131131
"ignorePermissionErrors": true,
132-
"ignored": undefined,
132+
"ignored": [],
133133
"interval": 200,
134134
"persistent": true,
135135
"usePolling": false,
@@ -153,7 +153,7 @@ exports[`watchFiles option should work with options {"usePolling":false,"poll":2
153153
"followSymlinks": false,
154154
"ignoreInitial": true,
155155
"ignorePermissionErrors": true,
156-
"ignored": undefined,
156+
"ignored": [],
157157
"interval": 200,
158158
"persistent": true,
159159
"usePolling": false,
@@ -177,7 +177,7 @@ exports[`watchFiles option should work with options {"usePolling":false,"poll":t
177177
"followSymlinks": false,
178178
"ignoreInitial": true,
179179
"ignorePermissionErrors": true,
180-
"ignored": undefined,
180+
"ignored": [],
181181
"interval": undefined,
182182
"persistent": true,
183183
"usePolling": false,
@@ -201,7 +201,7 @@ exports[`watchFiles option should work with options {"usePolling":false} should
201201
"followSymlinks": false,
202202
"ignoreInitial": true,
203203
"ignorePermissionErrors": true,
204-
"ignored": undefined,
204+
"ignored": [],
205205
"interval": undefined,
206206
"persistent": true,
207207
"usePolling": false,
@@ -225,7 +225,7 @@ exports[`watchFiles option should work with options {"usePolling":true,"interval
225225
"followSymlinks": false,
226226
"ignoreInitial": true,
227227
"ignorePermissionErrors": true,
228-
"ignored": undefined,
228+
"ignored": [],
229229
"interval": 200,
230230
"persistent": true,
231231
"usePolling": true,
@@ -249,7 +249,7 @@ exports[`watchFiles option should work with options {"usePolling":true,"poll":20
249249
"followSymlinks": false,
250250
"ignoreInitial": true,
251251
"ignorePermissionErrors": true,
252-
"ignored": undefined,
252+
"ignored": [],
253253
"interval": 200,
254254
"persistent": true,
255255
"usePolling": true,
@@ -273,7 +273,7 @@ exports[`watchFiles option should work with options {"usePolling":true} should r
273273
"followSymlinks": false,
274274
"ignoreInitial": true,
275275
"ignorePermissionErrors": true,
276-
"ignored": undefined,
276+
"ignored": [],
277277
"interval": undefined,
278278
"persistent": true,
279279
"usePolling": true,

0 commit comments

Comments
 (0)