Skip to content
This repository was archived by the owner on Jun 3, 2019. It is now read-only.

Commit c27f2a9

Browse files
committed
Updates failing snapshots.
1 parent 8eac284 commit c27f2a9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

shared/components/DemoApp/AsyncAboutRoute/__tests__/__snapshots__/AboutRoute.test.js.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ exports[`<AboutRoute /> renders 1`] = `
99
}
1010
>
1111
<HelmetWrapper
12+
defer={true}
1213
encodeSpecialCharacters={true}
1314
>
1415
<title>

shared/components/DemoApp/AsyncHomeRoute/__tests__/__snapshots__/HomeRoute.test.js.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
exports[`<HomeRoute /> renders 1`] = `
44
<div>
55
<HelmetWrapper
6+
defer={true}
67
encodeSpecialCharacters={true}
78
>
89
<title>

0 commit comments

Comments
 (0)