Skip to content

Commit

Permalink
fix(block-tools): fix broken unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Carlsen <[email protected]>
  • Loading branch information
sjelfull committed Dec 20, 2023
1 parent a5901b0 commit 87895f1
Show file tree
Hide file tree
Showing 5 changed files with 95 additions and 270 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"children": [
{
"_type": "span",
"marks": [
"strong"
],
"marks": ["strong"],
"text": "Lorem:",
"_key": "randomKey10"
}
Expand Down Expand Up @@ -278,9 +276,7 @@
"children": [
{
"_type": "span",
"marks": [
"strong"
],
"marks": ["strong"],
"text": "Lorem Lorem Lorem:",
"_key": "randomKey190"
},
Expand All @@ -300,9 +296,7 @@
"children": [
{
"_type": "span",
"marks": [
"strong"
],
"marks": ["strong"],
"text": "Lorem Lorem:",
"_key": "randomKey200"
}
Expand All @@ -316,9 +310,7 @@
"children": [
{
"_type": "span",
"marks": [
"strong"
],
"marks": ["strong"],
"text": "Lorem Lorem: ",
"_key": "randomKey210"
},
Expand All @@ -338,9 +330,7 @@
"children": [
{
"_type": "span",
"marks": [
"strong"
],
"marks": ["strong"],
"text": "Lorem Lorem:",
"_key": "randomKey220"
},
Expand Down Expand Up @@ -388,9 +378,7 @@
"children": [
{
"_type": "span",
"marks": [
"strong"
],
"marks": ["strong"],
"text": "Bold",
"_key": "randomKey250"
}
Expand All @@ -404,9 +392,7 @@
"children": [
{
"_type": "span",
"marks": [
"em"
],
"marks": ["em"],
"text": "Italic",
"_key": "randomKey260"
}
Expand All @@ -420,7 +406,7 @@
"children": [
{
"_type": "span",
"marks": [],
"marks": ["underline"],
"text": "Underline",
"_key": "randomKey270"
}
Expand Down Expand Up @@ -448,9 +434,7 @@
"children": [
{
"_type": "span",
"marks": [
"strong"
],
"marks": ["strong"],
"text": "Lorem Lorem Lorem",
"_key": "randomKey290"
}
Expand Down Expand Up @@ -492,9 +476,7 @@
"children": [
{
"_type": "span",
"marks": [
"strong"
],
"marks": ["strong"],
"text": "Lorem",
"_key": "randomKey320"
}
Expand Down Expand Up @@ -570,9 +552,7 @@
"children": [
{
"_type": "span",
"marks": [
"strong"
],
"marks": ["strong"],
"text": "Lorem",
"_key": "randomKey370"
}
Expand Down Expand Up @@ -632,9 +612,7 @@
"children": [
{
"_type": "span",
"marks": [
"strong"
],
"marks": ["strong"],
"text": "Lorem Lorem",
"_key": "randomKey410"
}
Expand Down Expand Up @@ -710,9 +688,7 @@
"children": [
{
"_type": "span",
"marks": [
"strong"
],
"marks": ["strong"],
"text": "Lorem Lorem",
"_key": "randomKey460"
}
Expand All @@ -726,9 +702,7 @@
"children": [
{
"_type": "span",
"marks": [
"em"
],
"marks": ["em"],
"text": "Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem",
"_key": "randomKey470"
}
Expand All @@ -742,9 +716,7 @@
"children": [
{
"_type": "span",
"marks": [
"em"
],
"marks": ["em"],
"text": "Lorem Lorem",
"_key": "randomKey480"
}
Expand All @@ -758,10 +730,7 @@
"children": [
{
"_type": "span",
"marks": [
"strong",
"em"
],
"marks": ["strong", "em"],
"text": "Lorem Lorem Lorem Lorem Lorem Lorem",
"_key": "randomKey490"
}
Expand Down Expand Up @@ -789,9 +758,7 @@
"children": [
{
"_type": "span",
"marks": [
"strong"
],
"marks": ["strong"],
"text": "Lorem Lorem Lorem Lorem:",
"_key": "randomKey510"
},
Expand Down Expand Up @@ -1321,9 +1288,7 @@
},
{
"_type": "span",
"marks": [
"randomKey0"
],
"marks": ["randomKey0", "underline"],
"text": "Lorem Lorem",
"_key": "randomKey881"
},
Expand Down Expand Up @@ -1358,4 +1323,4 @@
"_type": "block",
"style": "normal"
}
]
]
Loading

2 comments on commit 87895f1

@vercel
Copy link

@vercel vercel bot commented on 87895f1 Dec 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

performance-studio – ./

performance-studio.sanity.build
performance-studio-git-next.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 87895f1 Dec 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

test-studio – ./

test-studio-git-next.sanity.build
test-studio.sanity.build

Please sign in to comment.