Skip to content

Commit e498a79

Browse files
test: fix snapshots
1 parent da2c06d commit e498a79

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test/e2e/__snapshots__/stats.test.js.snap.webpack4

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`stats should work and respect the "ignoreWarnings" option 1`] = `
4-
Array [
5-
"[HMR] Waiting for update signal from WDS...",
6-
"Hey.",
7-
"[webpack-dev-server] Hot Module Replacement enabled.",
8-
"[webpack-dev-server] Live Reloading enabled.",
9-
]
10-
`;
11-
123
exports[`stats should work using "{ assets: false }" value for the "stats" option 1`] = `
134
Array [
145
"[HMR] Waiting for update signal from WDS...",

0 commit comments

Comments
 (0)