Skip to content

Commit

Permalink
Fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewlipski committed Jan 17, 2025
1 parent 5100f2a commit 0bda3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/api/testUtil/cases/defaultSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
withPageBreak,
} from "../../../blocks/PageBreakBlockContent/schema.js";
import { BlockNoteEditor } from "../../../editor/BlockNoteEditor.js";
import { BlockNoteSchema } from "../../../editor/BlockNoteSchema";
import { BlockNoteSchema } from "../../../editor/BlockNoteSchema.js";

export const defaultSchemaTestCases: EditorTestCases<
DefaultBlockSchema & typeof pageBreakSchema.blockSchema,
Expand Down

0 comments on commit 0bda3e3

Please sign in to comment.