Skip to content

Commit a8c17ce

Browse files
committed
test(snapshot): update html code as html minifier is removed for now
1 parent a3824fa commit a8c17ce

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

test/__snapshots__/basic.test.js.snap

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,16 @@ exports[`basic > matches transformed css 1`] = `
1010

1111
exports[`basic > matches transformed html 1`] = `
1212
{
13-
"content": "<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Document</title></head><body></body></html>",
13+
"content": "<!doctype html>
14+
<html lang="en">
15+
<head>
16+
<meta charset="UTF-8">
17+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
18+
<title>Document</title>
19+
</head>
20+
<body></body>
21+
</html>
22+
",
1423
"dist": "",
1524
"source": "/Users/sid/lab/codename-public/test/samples/basic/index.html",
1625
}

0 commit comments

Comments
 (0)