feat(core): Added new cutting methods. Closes #2470
This commit is contained in:
parent
8ec441389b
commit
bc567874c1
5 changed files with 196 additions and 28 deletions
|
@ -26,3 +26,4 @@ it("Should set an attribute", () => {
|
|||
s.attr("class", "less", true);
|
||||
expect(s.attributes.get("class")).to.equal("less");
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue