Fix tests
This commit is contained in:
@ -14,17 +14,6 @@ describe("Relationships", () => {
|
|||||||
expect(tree["Relationships"][0]).to.deep.equal({
|
expect(tree["Relationships"][0]).to.deep.equal({
|
||||||
_attr: { xmlns: "http://schemas.openxmlformats.org/package/2006/relationships" },
|
_attr: { xmlns: "http://schemas.openxmlformats.org/package/2006/relationships" },
|
||||||
});
|
});
|
||||||
expect(tree["Relationships"][1]).to.deep.equal({
|
|
||||||
Relationship: [
|
|
||||||
{
|
|
||||||
_attr: {
|
|
||||||
Id: "rId1",
|
|
||||||
Type: "http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles",
|
|
||||||
Target: "styles.xml",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
],
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user