From f42055ccb0fa90e36e1efc15675314acd26d2304 Mon Sep 17 00:00:00 2001 From: Aleksander Date: Fri, 24 Apr 2020 12:21:48 +0300 Subject: [PATCH] Update snapshot in with-jest example (#12157) --- examples/with-jest/__tests__/__snapshots__/snapshot.js.snap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/with-jest/__tests__/__snapshots__/snapshot.js.snap b/examples/with-jest/__tests__/__snapshots__/snapshot.js.snap index 8ba8956ce2..641d27e505 100644 --- a/examples/with-jest/__tests__/__snapshots__/snapshot.js.snap +++ b/examples/with-jest/__tests__/__snapshots__/snapshot.js.snap @@ -8,7 +8,7 @@ exports[`renders homepage unchanged 1`] = `

- Welcome to + Welcome to @@ -18,7 +18,7 @@ exports[`renders homepage unchanged 1`] = `

- Get started by editing + Get started by editing pages/index.js -- GitLab