Skip to content

Commit 2bc825f

Browse files
committed
chore: update snaps
1 parent 12f1f41 commit 2bc825f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22

3-
exports[`Test ServerBlockNoteEditor with React blocks > works for blocks with context 1`] = `"<div class="bn-block-group" data-node-type="blockGroup"><div class="bn-block-outer" data-node-type="blockOuter" data-id="1"><div class="bn-block" data-node-type="blockContainer" data-id="1"><div class="bn-block-content" data-content-type="reactContextParagraph" data-node-view-wrapper="" style="white-space: normal;"><div class="bn-inline-content">React Context Paragraph</div></div></div></div></div>"`;
3+
exports[`Test ServerBlockNoteEditor with React blocks > works for blocks with context 1`] = `"<div class="bn-block-group" data-node-type="blockGroup"><div class="bn-block-outer" data-node-type="blockOuter" data-id="1"><div class="bn-block" data-node-type="blockContainer" data-id="1"><span></span></div></div></div>"`;
44

55
exports[`Test ServerBlockNoteEditor with React blocks > works for simple blocks 1`] = `"<div class="bn-block-group" data-node-type="blockGroup"><div class="bn-block-outer" data-node-type="blockOuter" data-id="1"><div class="bn-block" data-node-type="blockContainer" data-id="1"><div class="bn-block-content" data-content-type="simpleReactCustomParagraph" data-node-view-wrapper="" style="white-space: normal;"><p class="bn-inline-content simple-react-custom-paragraph">React Custom Paragraph</p></div></div></div></div>"`;

0 commit comments

Comments
 (0)