From 9b67774849bf8c614636fd40a63e13fa07098f2b Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Fri, 10 Dec 2021 17:26:42 +0530 Subject: [PATCH] test: update webpack 4 snapshot --- test/e2e/__snapshots__/api.test.js.snap.webpack4 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/test/e2e/__snapshots__/api.test.js.snap.webpack4 b/test/e2e/__snapshots__/api.test.js.snap.webpack4 index 4192afa46f..092e5ef6e8 100644 --- a/test/e2e/__snapshots__/api.test.js.snap.webpack4 +++ b/test/e2e/__snapshots__/api.test.js.snap.webpack4 @@ -55,7 +55,9 @@ Array [ exports[`API should work with callback API: page errors 1`] = `Array []`; -exports[`API should work with deprecated API ('listen' and \`close\` methods): console messages 1`] = ` +exports[`API should work with deprecated API ('listen' and 'close' methods): close deprecation log 1`] = `"'close' is deprecated. Please use the async 'stop' or 'stopCallback' method."`; + +exports[`API should work with deprecated API ('listen' and 'close' methods): console messages 1`] = ` Array [ "[HMR] Waiting for update signal from WDS...", "Hey.", @@ -64,9 +66,9 @@ Array [ ] `; -exports[`API should work with deprecated API ('listen' and \`close\` methods): deprecation log 1`] = `"'listen' is deprecated. Please use async 'start' or 'startCallback' methods."`; +exports[`API should work with deprecated API ('listen' and 'close' methods): listen deprecation log 1`] = `"'listen' is deprecated. Please use the async 'start' or 'startCallback' method."`; -exports[`API should work with deprecated API ('listen' and \`close\` methods): page errors 1`] = `Array []`; +exports[`API should work with deprecated API ('listen' and 'close' methods): page errors 1`] = `Array []`; exports[`API should work with deprecated API (only compiler in constructor): console messages 1`] = ` Array [