chai-visible
v0.1.5
Published
Chai plugins with is-visible
Downloads
1,776
Readme
chai-visible
Chai plugin with is-visible
Usage
chai.Assertion.addProperty('visible', require('chai-visible'));
then
expect(your-dom).to.be.visible
expect(your-dom).to.be.not.visible