fix prettier issues

This commit is contained in:
Tom Hunkapiller
2021-05-20 04:08:00 +03:00
parent 15f79abf5e
commit 798cbb8628
4 changed files with 55 additions and 81 deletions

View File

@ -243,9 +243,7 @@ describe("Run", () => {
expect(tree).to.deep.equal({
"w:r": [
{
"w:rPr": [
{ "w:shd": { _attr: { "w:val": "pct10", "w:fill": "00FFFF", "w:color": "FF0000" } } },
],
"w:rPr": [{ "w:shd": { _attr: { "w:val": "pct10", "w:fill": "00FFFF", "w:color": "FF0000" } } }],
},
],
});