Skip to content

Commit 2103291

Browse files
committed
fixing snapshots
1 parent 522b99e commit 2103291

File tree

4 files changed

+5562
-5626
lines changed

4 files changed

+5562
-5626
lines changed

__tests__/__snapshots__/index.js.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ Object {
8181
"animationEnd": [Function],
8282
"animationIteration": [Function],
8383
"animationStart": [Function],
84+
"auxClick": [Function],
8485
"beforeInput": [Function],
8586
"blur": [Function],
8687
"canPlay": [Function],

__tests__/server/__snapshots__/renderer.jsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ exports[`Server-side rendering (SSR); injection of CSS chunks & Redux state 1`]
163163
id=\\"tru-style\\"
164164
rel=\\"stylesheet\\"
165165
/>
166-
<link data-chunk=\\"test-chunk-a\\" id=\\"tru-style\\" href=\\"/test/public/path/test-chunk-a-1511941200000.css\\" rel=\\"stylesheet\\" /><link data-chunk=\\"test-chunk-b\\" id=\\"tru-style\\" href=\\"/test/public/path/test-chunk-b-1511941200000.css\\" rel=\\"stylesheet\\" />
166+
<link data-chunk=\\"test-chunk-a\\" id=\\"tru-style-test-chunk-a\\" href=\\"/test/public/path/test-chunk-a-1511941200000.css\\" rel=\\"stylesheet\\" /><link data-chunk=\\"test-chunk-b\\" id=\\"tru-style-test-chunk-b\\" href=\\"/test/public/path/test-chunk-b-1511941200000.css\\" rel=\\"stylesheet\\" />
167167
<link rel=\\"shortcut icon\\" href=\\"/favicon.ico\\" />
168168
<meta charset=\\"utf-8\\" />
169169
<meta

0 commit comments

Comments
 (0)