Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed Apr 23, 2024
1 parent 4c6b6dc commit 48b5b15
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 48 deletions.
28 changes: 7 additions & 21 deletions tests/e2e/__snapshots__/load-custom-resources.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ exports[`Allow load custom resources md2html single page with custom resources 2
>
<head>
<meta charset="utf-8">
<base href="./"
target="_blank"
>
<base href="./">
<meta name="title"
content="Documentation"
>
Expand Down Expand Up @@ -75,9 +73,7 @@ exports[`Allow load custom resources md2html single page with custom resources 3
>
<head>
<meta charset="utf-8">
<base href="./"
target="_blank"
>
<base href="./">
<meta name="yfm"
content="builder"
>
Expand Down Expand Up @@ -140,9 +136,7 @@ exports[`Allow load custom resources md2html single page with custom resources 4
>
<head>
<meta charset="utf-8">
<base href="../"
target="_blank"
>
<base href="../">
<meta name="viewport"
content="width=device-width, initial-scale=1.0"
>
Expand Down Expand Up @@ -202,9 +196,7 @@ exports[`Allow load custom resources md2html single page with custom resources 5
>
<head>
<meta charset="utf-8">
<base href="./"
target="_blank"
>
<base href="./">
<meta name="viewport"
content="width=device-width, initial-scale=1.0"
>
Expand Down Expand Up @@ -271,9 +263,7 @@ exports[`Allow load custom resources md2html with custom resources 2`] = `
>
<head>
<meta charset="utf-8">
<base href="./"
target="_blank"
>
<base href="./">
<meta name="title"
content="Documentation"
>
Expand Down Expand Up @@ -337,9 +327,7 @@ exports[`Allow load custom resources md2html with custom resources 3`] = `
>
<head>
<meta charset="utf-8">
<base href="./"
target="_blank"
>
<base href="./">
<meta name="yfm"
content="builder"
>
Expand Down Expand Up @@ -402,9 +390,7 @@ exports[`Allow load custom resources md2html with custom resources 4`] = `
>
<head>
<meta charset="utf-8">
<base href="../"
target="_blank"
>
<base href="../">
<meta name="viewport"
content="width=device-width, initial-scale=1.0"
>
Expand Down
12 changes: 3 additions & 9 deletions tests/e2e/__snapshots__/metadata.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ exports[`Allow load custom resources md2html with metadata 2`] = `
>
<head>
<meta charset="utf-8">
<base href="./"
target="_blank"
>
<base href="./">
<meta name="test-yfm"
content="inline test"
>
Expand Down Expand Up @@ -74,9 +72,7 @@ exports[`Allow load custom resources md2html with metadata 3`] = `
>
<head>
<meta charset="utf-8">
<base href="./"
target="_blank"
>
<base href="./">
<meta name="yfm"
value="builder in page"
>
Expand Down Expand Up @@ -138,9 +134,7 @@ exports[`Allow load custom resources md2html with metadata 4`] = `
>
<head>
<meta charset="utf-8">
<base href="../"
target="_blank"
>
<base href="../">
<meta name="yfm"
value="builder in config"
>
Expand Down
24 changes: 6 additions & 18 deletions tests/e2e/__snapshots__/rtl.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ exports[`Generate html document with correct lang and dir attributes. Load corre
>
<head>
<meta charset="utf-8">
<base href="./"
target="_blank"
>
<base href="./">
<meta name="viewport"
content="width=device-width, initial-scale=1.0"
>
Expand Down Expand Up @@ -62,9 +60,7 @@ exports[`Generate html document with correct lang and dir attributes. Load corre
>
<head>
<meta charset="utf-8">
<base href="./"
target="_blank"
>
<base href="./">
<meta name="viewport"
content="width=device-width, initial-scale=1.0"
>
Expand Down Expand Up @@ -119,9 +115,7 @@ exports[`Generate html document with correct lang and dir attributes. Load corre
>
<head>
<meta charset="utf-8">
<base href="./"
target="_blank"
>
<base href="./">
<meta name="viewport"
content="width=device-width, initial-scale=1.0"
>
Expand Down Expand Up @@ -172,9 +166,7 @@ exports[`Generate html document with correct lang and dir attributes. Load corre
>
<head>
<meta charset="utf-8">
<base href="./"
target="_blank"
>
<base href="./">
<meta name="viewport"
content="width=device-width, initial-scale=1.0"
>
Expand Down Expand Up @@ -227,9 +219,7 @@ exports[`Generate html document with correct lang and dir attributes. Load corre
>
<head>
<meta charset="utf-8">
<base href="./"
target="_blank"
>
<base href="./">
<meta name="title"
content="Documentation"
>
Expand Down Expand Up @@ -286,9 +276,7 @@ exports[`Generate html document with correct lang and dir attributes. Load corre
>
<head>
<meta charset="utf-8">
<base href="./"
target="_blank"
>
<base href="./">
<meta name="yfm"
content="builder"
>
Expand Down

0 comments on commit 48b5b15

Please sign in to comment.