mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-18 01:00:29 -05:00
17 lines
420 B
Plaintext
17 lines
420 B
Plaintext
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
exports[`add-text > should have an output to match the snapshot 1`] = `
|
|
{
|
|
"description": "<section id="description">
|
|
<p>Paragraph 1</p>
|
|
<pre><code class="language-html">code example
|
|
</code></pre>
|
|
</section>",
|
|
"instructions": "<section id="instructions">
|
|
<p>Paragraph 0</p>
|
|
<pre><code class="language-html">code example 0
|
|
</code></pre>
|
|
</section>",
|
|
}
|
|
`;
|