You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 19, 2025. It is now read-only.
-**[Storyblok Technology Hub](https://www.storyblok.com/technologies?utm_source=github.com&utm_medium=readme&utm_campaign=storyblok-js)**: Storyblok integrates with every framework so that you are free to choose the best fit for your project. We prepared the technology hub so that you can find selected beginner tutorials, videos, boilerplates, and even cheatsheets all in one place.
Copy file name to clipboardExpand all lines: lib/__tests__/__snapshots__/index.test.js.snap
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,4 +11,4 @@ Array [
11
11
]
12
12
`;
13
13
14
-
exports[`@storyblok/js Rich Text Resolver should return the rendered HTML when passing a RichText object 1`] =`"<p>Experiamur igitur, inquit, etsi habet haec Stoicorum ratio difficilius quiddam et obscurius. Non enim iam stirpis bonum quaeret, sed animalis. <b>Quia dolori non voluptas contraria est, sed doloris privatio.</b> Quis enim confidit semper sibi illud stabile et firmum permansurum, quod fragile et caducum sit? Stuprata per vim Lucretia a regis filio testata civis se ipsa interemit. Hic ambiguo ludimur.</p>"`;
14
+
exports[`@storyblok/js Rich Text Resolver should return the rendered HTML when passing a RichText object 1`] =`"<p>Hola<b>in bold</b></p>"`;
"text": "Experiamur igitur, inquit, etsi habet haec Stoicorum ratio difficilius quiddam et obscurius. Non enim iam stirpis bonum quaeret, sed animalis. ",
9
-
"type": "text"
10
-
},
11
-
{
12
-
"text": "Quia dolori non voluptas contraria est, sed doloris privatio.",
13
-
"type": "text",
14
-
"marks": [
15
-
{
16
-
"type": "bold"
17
-
}
18
-
]
19
-
},
20
-
{
21
-
"text": " Quis enim confidit semper sibi illud stabile et firmum permansurum, quod fragile et caducum sit? Stuprata per vim Lucretia a regis filio testata civis se ipsa interemit. Hic ambiguo ludimur.",
0 commit comments