Skip to content

Commit bad1640

Browse files
committed
Small fix
1 parent c389810 commit bad1640

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)