1
0
Fork 0

wrench: Updated rollup config

This commit is contained in:
Joost De Cock 2019-04-13 15:55:59 +02:00
parent 5cb53dd1fe
commit b00c34dd3a
6 changed files with 355 additions and 72 deletions

View file

@ -24,6 +24,7 @@ it("Should run the default cutonfold macro", () => {
to: pattern.parts.test.points.to
});
let c = pattern.parts.test.paths.cutonfold;
console.log(c.ops);
expect(c.attributes.get("class")).to.equal("note");
expect(c.attributes.get("marker-start")).to.equal("url(#cutonfoldFrom)");
expect(c.attributes.get("marker-end")).to.equal("url(#cutonfoldTo)");