1
0
Fork 0

feat(core): Added new cutting methods. Closes #2470

This commit is contained in:
joostdecock 2022-07-30 20:02:42 +02:00
parent 8ec441389b
commit bc567874c1
5 changed files with 196 additions and 28 deletions

View file

@ -26,3 +26,4 @@ it("Should set an attribute", () => {
s.attr("class", "less", true);
expect(s.attributes.get("class")).to.equal("less");
});