fix: Enable documents.update with collab editing (#3647)
* fix: Enable documents.update with collab editing * jest cannot deal with ESM deps
This commit is contained in:
@@ -33,3 +33,5 @@ jest.mock("aws-sdk", () => {
|
||||
Endpoint: jest.fn(),
|
||||
};
|
||||
});
|
||||
|
||||
jest.mock("@getoutline/y-prosemirror", () => ({}));
|
||||
|
||||
Reference in New Issue
Block a user