added xmlKeys to xmlcomponent
This commit is contained in:
@ -19,7 +19,7 @@ describe('Formatter', () => {
|
||||
});
|
||||
|
||||
describe('#format()', () => {
|
||||
it("should format simple paragraph", () => {
|
||||
it.only("should format simple paragraph", () => {
|
||||
var paragraph = new docx.Paragraph();
|
||||
var newJson = formatter.format(paragraph);
|
||||
newJson = jsonify(newJson);
|
||||
|
Reference in New Issue
Block a user