Skip to content

Commit

Permalink
fix: test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzyma committed Dec 19, 2024
1 parent a34faf6 commit 7b113cf
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions test/e2e/__snapshots__/watch-files.test.js.snap.webpack5
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit 7b113cf

Please sign in to comment.