@@ -6,6 +6,7 @@ exports[`Base rendering of HTML template 1`] = `
6
6
<head>
7
7
8
8
9
+
9
10
<link
10
11
href =\\"/test/public/path/main-1511941200000.css\\"
11
12
id =\\"tru-style\\"
@@ -20,6 +21,7 @@ exports[`Base rendering of HTML template 1`] = `
20
21
/>
21
22
</head>
22
23
<body >
24
+
23
25
<div id =\\"react-view\\"></div>
24
26
<script id =\\"inj\\" type =\\"application/javascript\\">
25
27
window.SPLITS = { }
@@ -44,6 +46,7 @@ exports[`Config overriding for injection 1`] = `
44
46
<head>
45
47
46
48
49
+
47
50
<link
48
51
href =\\"/test/public/path/main-1511941200000.css\\"
49
52
id =\\"tru-style\\"
@@ -58,6 +61,7 @@ exports[`Config overriding for injection 1`] = `
58
61
/>
59
62
</head>
60
63
<body >
64
+
61
65
<div id =\\"react-view\\"></div>
62
66
<script id =\\"inj\\" type =\\"application/javascript\\">
63
67
window.SPLITS = { }
@@ -80,6 +84,7 @@ exports[`Hemlet integration works 1`] = `
80
84
"<!DOCTYPE html>
81
85
<html lang =\\"en\\">
82
86
<head>
87
+
83
88
<title data-react-helmet =\\"true\\">Test Page Title</title>
84
89
<meta data-react-helmet =\\"true\\" property =\\"description\\" content =\\"Test Page Description\\"/>
85
90
<link
@@ -96,6 +101,7 @@ exports[`Hemlet integration works 1`] = `
96
101
/>
97
102
</head>
98
103
<body >
104
+
99
105
<div id =\\"react-view\\"><div data-reactroot =\\"\\"><p>Hello World!</p><p>Goodbye World!</p></div></div>
100
106
<script id =\\"inj\\" type =\\"application/javascript\\">
101
107
window.SPLITS = { }
@@ -118,6 +124,7 @@ exports[`Injection of additional JS scripts 1`] = `
118
124
"<!DOCTYPE html>
119
125
<html lang =\\"en\\">
120
126
<head>
127
+ <script>1-st script after opening <head></script><script>2-nd script after opening <head></script>
121
128
122
129
123
130
<link
@@ -134,6 +141,7 @@ exports[`Injection of additional JS scripts 1`] = `
134
141
/>
135
142
</head>
136
143
<body >
144
+ <script >1-st script after opening <body ></script ><script >2-nd script after opening <body ></script >
137
145
<div id =\\"react-view\\"></div>
138
146
<script id =\\"inj\\" type =\\"application/javascript\\">
139
147
window.SPLITS = { }
@@ -143,7 +151,7 @@ exports[`Injection of additional JS scripts 1`] = `
143
151
src =\\"/test/public/path/polyfills-1511941200000.js\\"
144
152
type =\\"application/javascript\\"
145
153
></script >
146
- <script >Dummy JS Sript</script ><script >Another Dummy JS Script</script >
154
+ <script >Dummy JS Sript</script ><script >Another Dummy JS Script</script >< script >Yet another Dummy JS Script</ script >
147
155
<script
148
156
src =\\"/test/public/path/main-1511941200000.js\\"
149
157
type =\\"application/javascript\\"
@@ -156,6 +164,7 @@ exports[`Server-side rendering (SSR); injection of CSS chunks & Redux state 1`]
156
164
"<!DOCTYPE html>
157
165
<html lang =\\"en\\">
158
166
<head>
167
+
159
168
<title data-react-helmet =\\"true\\"></title>
160
169
161
170
<link
@@ -172,6 +181,7 @@ exports[`Server-side rendering (SSR); injection of CSS chunks & Redux state 1`]
172
181
/>
173
182
</head >
174
183
<body >
184
+
175
185
<div id =\\"react-view\\"><div data-reactroot =\\"\\">Hello Wold!</div></div>
176
186
<script id =\\"inj\\" type =\\"application/javascript\\">
177
187
window.SPLITS = { }
@@ -195,6 +205,7 @@ exports[`Setting of response HTTP status the server-side rendering 1`] = `
195
205
<!DOCTYPE html>
196
206
<html lang =\\"en\\">
197
207
<head>
208
+
198
209
<title data-react-helmet =\\"true\\"></title>
199
210
200
211
<link
@@ -211,6 +222,7 @@ exports[`Setting of response HTTP status the server-side rendering 1`] = `
211
222
/>
212
223
</head>
213
224
<body >
225
+
214
226
<div id =\\"react-view\\"><div data-reactroot =\\"\\">404 Error Test</div></div>
215
227
<script id =\\"inj\\" type =\\"application/javascript\\">
216
228
window.SPLITS = { }
0 commit comments