Closed SevenOutman closed 3 years ago
Assert a class name against certain regex.
parse('<div class="foo shazam baz"></div>').should.have.class(/foo/)
Great, thanks for the contribution!
Assert a class name against certain regex.