#627 Add footnotes relationships
This commit is contained in:
@ -242,7 +242,7 @@ describe("File", () => {
|
||||
footnotes: [new Paragraph("hello")],
|
||||
});
|
||||
|
||||
const tree = new Formatter().format(wrapper.FootNotes);
|
||||
const tree = new Formatter().format(wrapper.FootNotes.View);
|
||||
|
||||
expect(tree).to.deep.equal({
|
||||
"w:footnotes": [
|
||||
|
Reference in New Issue
Block a user