From 7b113cf0a83443355e72bcc921d9a6c5d32f1b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich-Matthias=20Sch=C3=A4fer?= Date: Thu, 19 Dec 2024 11:56:53 +0100 Subject: [PATCH] fix: test snapshots --- .../watch-files.test.js.snap.webpack5 | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/test/e2e/__snapshots__/watch-files.test.js.snap.webpack5 b/test/e2e/__snapshots__/watch-files.test.js.snap.webpack5 index fcff80b9ad..b76e626f1c 100644 --- a/test/e2e/__snapshots__/watch-files.test.js.snap.webpack5 +++ b/test/e2e/__snapshots__/watch-files.test.js.snap.webpack5 @@ -57,7 +57,7 @@ exports[`watchFiles option should work with options {"interval":400,"poll":200} "followSymlinks": false, "ignoreInitial": true, "ignorePermissionErrors": true, - "ignored": undefined, + "ignored": [], "interval": 400, "persistent": true, "usePolling": true, @@ -81,7 +81,7 @@ exports[`watchFiles option should work with options {"poll":200} should reload w "followSymlinks": false, "ignoreInitial": true, "ignorePermissionErrors": true, - "ignored": undefined, + "ignored": [], "interval": 200, "persistent": true, "usePolling": true, @@ -105,7 +105,7 @@ exports[`watchFiles option should work with options {"poll":true} should reload "followSymlinks": false, "ignoreInitial": true, "ignorePermissionErrors": true, - "ignored": undefined, + "ignored": [], "interval": undefined, "persistent": true, "usePolling": true, @@ -129,7 +129,7 @@ exports[`watchFiles option should work with options {"usePolling":false,"interva "followSymlinks": false, "ignoreInitial": true, "ignorePermissionErrors": true, - "ignored": undefined, + "ignored": [], "interval": 200, "persistent": true, "usePolling": false, @@ -153,7 +153,7 @@ exports[`watchFiles option should work with options {"usePolling":false,"poll":2 "followSymlinks": false, "ignoreInitial": true, "ignorePermissionErrors": true, - "ignored": undefined, + "ignored": [], "interval": 200, "persistent": true, "usePolling": false, @@ -177,7 +177,7 @@ exports[`watchFiles option should work with options {"usePolling":false,"poll":t "followSymlinks": false, "ignoreInitial": true, "ignorePermissionErrors": true, - "ignored": undefined, + "ignored": [], "interval": undefined, "persistent": true, "usePolling": false, @@ -201,7 +201,7 @@ exports[`watchFiles option should work with options {"usePolling":false} should "followSymlinks": false, "ignoreInitial": true, "ignorePermissionErrors": true, - "ignored": undefined, + "ignored": [], "interval": undefined, "persistent": true, "usePolling": false, @@ -225,7 +225,7 @@ exports[`watchFiles option should work with options {"usePolling":true,"interval "followSymlinks": false, "ignoreInitial": true, "ignorePermissionErrors": true, - "ignored": undefined, + "ignored": [], "interval": 200, "persistent": true, "usePolling": true, @@ -249,7 +249,7 @@ exports[`watchFiles option should work with options {"usePolling":true,"poll":20 "followSymlinks": false, "ignoreInitial": true, "ignorePermissionErrors": true, - "ignored": undefined, + "ignored": [], "interval": 200, "persistent": true, "usePolling": true, @@ -273,7 +273,7 @@ exports[`watchFiles option should work with options {"usePolling":true} should r "followSymlinks": false, "ignoreInitial": true, "ignorePermissionErrors": true, - "ignored": undefined, + "ignored": [], "interval": undefined, "persistent": true, "usePolling": true,