Make the internal hyperlink consistent

This commit is contained in:
Rowan Cockett
2021-08-31 19:54:33 -06:00
parent 243d73542f
commit 41f516d64b
3 changed files with 21 additions and 15 deletions

View File

@ -95,7 +95,7 @@ describe("InternalHyperlink", () => {
describe("#constructor()", () => {
it("should create", () => {
const internalHyperlink = new InternalHyperlink({
child: new TextRun("test"),
children: [new TextRun("test")],
anchor: "test-id",
});