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/client/__snapshots__/index.test.js.snap.webpack4
+8-1
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,13 @@ Array [
80
80
]
81
81
`;
82
82
83
-
exports[`index should run onSocketMessage['content-changed'] 1`] = `"Content base changed. Reloading..."`;
83
+
exports[`index should run onSocketMessage['content-changed'] 1`] = `"Content from static directory was changed. Reloading..."`;
84
+
85
+
exports[`index should run onSocketMessage['content-changed'](file) 1`] = `"\\"/public/assets/index.html\\" from static directory was changed. Reloading..."`;
86
+
87
+
exports[`index should run onSocketMessage['static-changed'] 1`] = `"Content from static directory was changed. Reloading..."`;
88
+
89
+
exports[`index should run onSocketMessage['static-changed'](file) 1`] = `"\\"/static/assets/index.html\\" from static directory was changed. Reloading..."`;
84
90
85
91
exports[`index should run onSocketMessage['still-ok'] 1`] = `"Nothing changed."`;
Copy file name to clipboardExpand all lines: test/client/__snapshots__/index.test.js.snap.webpack5
+8-1
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,13 @@ Array [
80
80
]
81
81
`;
82
82
83
-
exports[`index should run onSocketMessage['content-changed'] 1`] = `"Content base changed. Reloading..."`;
83
+
exports[`index should run onSocketMessage['content-changed'] 1`] = `"Content from static directory was changed. Reloading..."`;
84
+
85
+
exports[`index should run onSocketMessage['content-changed'](file) 1`] = `"\\"/public/assets/index.html\\" from static directory was changed. Reloading..."`;
86
+
87
+
exports[`index should run onSocketMessage['static-changed'] 1`] = `"Content from static directory was changed. Reloading..."`;
88
+
89
+
exports[`index should run onSocketMessage['static-changed'](file) 1`] = `"\\"/static/assets/index.html\\" from static directory was changed. Reloading..."`;
84
90
85
91
exports[`index should run onSocketMessage['still-ok'] 1`] = `"Nothing changed."`;
0 commit comments