Skip to content

Commit 6d0f7a1

Browse files
committed
Update of test snapshots
1 parent 4a25c21 commit 6d0f7a1

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

__tests__/server/__snapshots__/renderer.jsx.snap

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ exports[`Base rendering of HTML template 1`] = `
88
99
<link
1010
href=\\"/test/public/path/main-1511941200000.css\\"
11+
id=\\"tru-style\\"
1112
rel=\\"stylesheet\\"
1213
/>
1314
@@ -45,6 +46,7 @@ exports[`Config overriding for injection 1`] = `
4546
4647
<link
4748
href=\\"/test/public/path/main-1511941200000.css\\"
49+
id=\\"tru-style\\"
4850
rel=\\"stylesheet\\"
4951
/>
5052
@@ -82,6 +84,7 @@ exports[`Hemlet integration works 1`] = `
8284
<meta data-react-helmet=\\"true\\" property=\\"description\\" content=\\"Test Page Description\\"/>
8385
<link
8486
href=\\"/test/public/path/main-1511941200000.css\\"
87+
id=\\"tru-style\\"
8588
rel=\\"stylesheet\\"
8689
/>
8790
@@ -119,6 +122,7 @@ exports[`Injection of additional JS scripts 1`] = `
119122
120123
<link
121124
href=\\"/test/public/path/main-1511941200000.css\\"
125+
id=\\"tru-style\\"
122126
rel=\\"stylesheet\\"
123127
/>
124128
@@ -156,9 +160,10 @@ exports[`Server-side rendering (SSR); injection of CSS chunks & Redux state 1`]
156160
157161
<link
158162
href=\\"/test/public/path/main-1511941200000.css\\"
163+
id=\\"tru-style\\"
159164
rel=\\"stylesheet\\"
160165
/>
161-
<link data-chunk=\\"test-chunk-a\\" href=\\"/test/public/path/test-chunk-a-1511941200000.css\\" rel=\\"stylesheet\\" /><link data-chunk=\\"test-chunk-b\\" href=\\"/test/public/path/test-chunk-b-1511941200000.css\\" rel=\\"stylesheet\\" />
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\\" />
162167
<link rel=\\"shortcut icon\\" href=\\"/favicon.ico\\" />
163168
<meta charset=\\"utf-8\\" />
164169
<meta
@@ -194,6 +199,7 @@ exports[`Setting of response HTTP status the server-side rendering 1`] = `
194199
195200
<link
196201
href=\\"/test/public/path/main-1511941200000.css\\"
202+
id=\\"tru-style\\"
197203
rel=\\"stylesheet\\"
198204
/>
199205

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,5 @@
116116
"lint:scss": "./node_modules/.bin/stylelint **/*.scss --syntax scss",
117117
"test": "npm run lint && npm run jest"
118118
},
119-
"version": "0.4.7"
119+
"version": "0.4.8"
120120
}

0 commit comments

Comments
 (0)