Skip to content

Commit

Permalink
bug: fix prose tests
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarluedke committed Feb 16, 2024
1 parent 7ba122c commit 9f5a6a6
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports[`it should use custom class 1`] = `
Array [
Array [
"README.md",
"<div class=\\"prose dark:prose-light\\">
"<div class=\\"prose dark:prose-invert\\">
<h1 id=\\"the-index\\">The index</h1>
<p>Some text</p>
<div>
Expand All @@ -22,26 +22,26 @@ Array [
],
Array [
"button.md",
"<div class=\\"prose dark:prose-light\\">
"<div class=\\"prose dark:prose-invert\\">
<h1 id=\\"button-component\\">Button Component</h1>
<p>Some text</p>
<div class=\\"not-prose dark:prose-light\\">
<div class=\\"not-prose dark:prose-invert\\">
<pre><code class=\\"language-hbs\\">&#x3C;button>This is Preview Templace&#x3C;/button>
</code></pre>
</div>
</div>",
],
Array [
"button-demo/demo1.md",
"<div class=\\"prose dark:prose-light\\">
"<div class=\\"prose dark:prose-invert\\">
<h1 id=\\"button-demo\\">Button demo</h1>
<p>Some text</p>
<div class=\\"not-prose dark:prose-light\\">
<div class=\\"not-prose dark:prose-invert\\">
<pre><code class=\\"language-html\\">&#x3C;button>Cool&#x3C;/button>
</code></pre>
</div>
<p>Some other text</p>
<div class=\\"not-prose dark:prose-light\\">
<div class=\\"not-prose dark:prose-invert\\">
<pre><code class=\\"language-html\\">&#x3C;button>Cool&#x3C;/button>
</code></pre>
</div>
Expand Down

0 comments on commit 9f5a6a6

Please sign in to comment.