Work on moving Document into its own wrapper
This commit is contained in:
@ -804,8 +804,10 @@ describe("Paragraph", () => {
|
||||
],
|
||||
});
|
||||
const fileMock = ({
|
||||
DocumentRelationships: {
|
||||
createRelationship: () => ({}),
|
||||
Document: {
|
||||
Relationships: {
|
||||
createRelationship: () => ({}),
|
||||
},
|
||||
},
|
||||
} as unknown) as File;
|
||||
paragraph.prepForXml(fileMock);
|
||||
|
Reference in New Issue
Block a user