This commit is contained in:
amitm02
2018-07-25 12:51:02 +03:00
parent 0e14b2d2e3
commit 41308fea13

View File

@ -144,7 +144,7 @@ describe("Run", () => {
run.rtl();
const tree = new Formatter().format(run);
expect(tree).to.deep.equal({
"w:r": [{ "w:rPr": [{ "w:rtl": [{ _attr: { "w:val": true } }]}]}],
"w:r": [{ "w:rPr": [{ "w:rtl": [{ _attr: { "w:val": true } }] }] }],
});
});
});