File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
__tests__/server/__snapshots__ Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
exports [` Base rendering of HTML template 1` ] = `
4
4
"<!DOCTYPE html>
5
- <html >
5
+ <html lang =\\"en\\" >
6
6
<head>
7
7
8
8
@@ -40,7 +40,7 @@ exports[`Base rendering of HTML template 1`] = `
40
40
41
41
exports [` Config overriding for injection 1` ] = `
42
42
"<!DOCTYPE html>
43
- <html >
43
+ <html lang =\\"en\\" >
44
44
<head>
45
45
46
46
@@ -78,7 +78,7 @@ exports[`Config overriding for injection 1`] = `
78
78
79
79
exports [` Hemlet integration works 1` ] = `
80
80
"<!DOCTYPE html>
81
- <html >
81
+ <html lang =\\"en\\" >
82
82
<head>
83
83
<title data-react-helmet =\\"true\\">Test Page Title</title>
84
84
<meta data-react-helmet =\\"true\\" property =\\"description\\" content =\\"Test Page Description\\"/>
@@ -116,7 +116,7 @@ exports[`Hemlet integration works 1`] = `
116
116
117
117
exports [` Injection of additional JS scripts 1` ] = `
118
118
"<!DOCTYPE html>
119
- <html >
119
+ <html lang =\\"en\\" >
120
120
<head>
121
121
122
122
@@ -154,7 +154,7 @@ exports[`Injection of additional JS scripts 1`] = `
154
154
155
155
exports [` Server-side rendering (SSR); injection of CSS chunks & Redux state 1` ] = `
156
156
"<!DOCTYPE html>
157
- <html >
157
+ <html lang =\\"en\\" >
158
158
<head>
159
159
<title data-react-helmet =\\"true\\"></title>
160
160
@@ -193,7 +193,7 @@ exports[`Server-side rendering (SSR); injection of CSS chunks & Redux state 1`]
193
193
exports [` Setting of response HTTP status the server-side rendering 1` ] = `
194
194
"HTTP STATUS: 404
195
195
<!DOCTYPE html>
196
- <html >
196
+ <html lang =\\"en\\" >
197
197
<head>
198
198
<title data-react-helmet =\\"true\\"></title>
199
199
You can’t perform that action at this time.
0 commit comments