chore: Upgrade all of prosemirror (#5366)
Co-authored-by: Apoorv Mishra <apoorvmishra101092@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@ import { parser } from ".";
|
||||
test("renders an empty doc", () => {
|
||||
const ast = parser.parse("");
|
||||
|
||||
expect(ast.toJSON()).toEqual({
|
||||
expect(ast?.toJSON()).toEqual({
|
||||
content: [{ type: "paragraph" }],
|
||||
type: "doc",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user