Package detail

chai-visible

linzhixing843MIT0.1.5

Chai plugins with is-visible

chai, visible, is-visible

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