File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,7 +82,8 @@ exports[`SanityContent > should render strong blocks 1`] = `"<p>An example of <s
8282
8383exports[`SanityContent > should render textWithProps blocks 1`] = `
8484"<div >hello worldI’m a heading!</div >
85- <blockquote class =\\"blockquote\\">Build your next Vue.js application with confidence using <a href =\\"https://nuxtjs.org\\">NuxtJS</a>. An open source framework making web development simple and powerful.</blockquote>"
85+ <blockquote class =\\"blockquote\\">Build your next Vue.js application with confidence using <a href =\\"https://nuxtjs.org\\">NuxtJS</a>. An open source framework making web development simple and powerful.</blockquote>
86+ <h1>What we do</h1>"
8687`;
8788
8889exports[`SanityContent > should render with no props 1`] = `""`;
Original file line number Diff line number Diff line change @@ -48,4 +48,19 @@ export const textWithProps = [
4848 ] ,
4949 style : 'blockquote' ,
5050 } ,
51+ {
52+ _key : 'e5833f6c5d88' ,
53+ _type : 'block' ,
54+ children : [
55+ {
56+ _key : '0ea0635ddc510' ,
57+ _type : 'span' ,
58+ marks : [ ] ,
59+ text : 'What we do' ,
60+ } ,
61+ ] ,
62+ markDefs : [ ] ,
63+ style : 'h1' ,
64+ delay : 0.5 ,
65+ } ,
5166]
You can’t perform that action at this time.
0 commit comments