Rename to more readable names

This commit is contained in:
Dolan
2018-08-07 02:47:24 +01:00
parent cf0c2c7691
commit 92da93a160
9 changed files with 19 additions and 19 deletions

View File

@ -339,9 +339,9 @@ describe("Paragraph", () => {
});
});
describe("#bidi", () => {
describe("#bidirectional", () => {
it("set paragraph right to left layout", () => {
paragraph.bidi();
paragraph.bidirectional();
const tree = new Formatter().format(paragraph);
expect(tree).to.deep.equal({
"w:p": [{ "w:pPr": [{ "w:bidi": [] }] }],