Skip to content

Commit 70b3c8a

Browse files
committed
Fix of tests
1 parent 57df266 commit 70b3c8a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

__tests__/server/__snapshots__/renderer.jsx.snap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`Base rendering of HTML template 1`] = `
44
"<!DOCTYPE html>
5-
<html>
5+
<html lang=\\"en\\">
66
<head>
77
88
@@ -40,7 +40,7 @@ exports[`Base rendering of HTML template 1`] = `
4040

4141
exports[`Config overriding for injection 1`] = `
4242
"<!DOCTYPE html>
43-
<html>
43+
<html lang=\\"en\\">
4444
<head>
4545
4646
@@ -78,7 +78,7 @@ exports[`Config overriding for injection 1`] = `
7878

7979
exports[`Hemlet integration works 1`] = `
8080
"<!DOCTYPE html>
81-
<html>
81+
<html lang=\\"en\\">
8282
<head>
8383
<title data-react-helmet=\\"true\\">Test Page Title</title>
8484
<meta data-react-helmet=\\"true\\" property=\\"description\\" content=\\"Test Page Description\\"/>
@@ -116,7 +116,7 @@ exports[`Hemlet integration works 1`] = `
116116

117117
exports[`Injection of additional JS scripts 1`] = `
118118
"<!DOCTYPE html>
119-
<html>
119+
<html lang=\\"en\\">
120120
<head>
121121
122122
@@ -154,7 +154,7 @@ exports[`Injection of additional JS scripts 1`] = `
154154

155155
exports[`Server-side rendering (SSR); injection of CSS chunks & Redux state 1`] = `
156156
"<!DOCTYPE html>
157-
<html>
157+
<html lang=\\"en\\">
158158
<head>
159159
<title data-react-helmet=\\"true\\"></title>
160160
@@ -193,7 +193,7 @@ exports[`Server-side rendering (SSR); injection of CSS chunks & Redux state 1`]
193193
exports[`Setting of response HTTP status the server-side rendering 1`] = `
194194
"HTTP STATUS: 404
195195
<!DOCTYPE html>
196-
<html>
196+
<html lang=\\"en\\">
197197
<head>
198198
<title data-react-helmet=\\"true\\"></title>
199199

0 commit comments

Comments
 (0)