remove more duplicate classes; add additional values functions; clean up tests
This commit is contained in:
@ -86,11 +86,7 @@ describe("ParagraphProperties", () => {
|
||||
expect(tree).to.deep.equal({
|
||||
"w:pPr": [
|
||||
{
|
||||
"w:widowControl": {
|
||||
_attr: {
|
||||
"w:val": true,
|
||||
},
|
||||
},
|
||||
"w:widowControl": {},
|
||||
},
|
||||
],
|
||||
});
|
||||
|
Reference in New Issue
Block a user