Skip to content

Commit 4c5e302

Browse files
committed
Merge branch 'unit-tests-setup' into lossy-html-fixes
2 parents b5baeb0 + bad1640 commit 4c5e302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/testDocument.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { BlockNoteSchema, defaultBlockSpecs, PageBreak } from "@blocknote/core";
22

33
import { partialBlocksToBlocksForTesting } from "./formatConversionTestUtil.js";
44

5-
// TODO
5+
// TODO: Update tests that use this to the new format and remove
66
export const testDocument = partialBlocksToBlocksForTesting(
77
BlockNoteSchema.create({
88
blockSpecs: { ...defaultBlockSpecs, pageBreak: PageBreak },

0 commit comments

Comments
 (0)