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.webpack5
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,18 @@ exports[`watchFiles option should work with directory and ignored option to filt
42
42
43
43
exports[`watchFiles option should work with directory and ignored option to filter files should reload when file content is changed: response status 1`] = `200`;
44
44
45
+
exports[`watchFiles option should work with ignored option using glob array should not reload when an ignored glob file is changed: response status 1`] = `200`;
46
+
47
+
exports[`watchFiles option should work with ignored option using glob array should reload when file content is changed: console messages 1`] = `
48
+
[
49
+
"Hey.",
50
+
]
51
+
`;
52
+
53
+
exports[`watchFiles option should work with ignored option using glob array should reload when file content is changed: page errors 1`] = `[]`;
54
+
55
+
exports[`watchFiles option should work with ignored option using glob array should reload when file content is changed: response status 1`] = `200`;
56
+
45
57
exports[`watchFiles option should work with ignored option using glob string should not reload when an ignored glob file is changed: response status 1`] = `200`;
46
58
47
59
exports[`watchFiles option should work with ignored option using glob string should reload when file content is changed: console messages 1`] = `
0 commit comments