Just pagebreak, update test

This commit is contained in:
Jacob Wright
2017-09-15 08:37:57 -06:00
parent e57fd8fc57
commit 67ea7c95de
2 changed files with 5 additions and 7 deletions

View File

@ -144,12 +144,10 @@ describe("Paragraph", () => {
const tree = new Formatter().format(paragraph);
expect(tree).to.deep.equal({
"w:p": [{
"w:pPr": [{
"w:r": [
{"w:rPr": []},
{"w:br": [{_attr: {"w:type": "page"}}]},
],
}],
"w:r": [
{"w:rPr": []},
{"w:br": [{_attr: {"w:type": "page"}}]},
],
}],
});
});