0.0.2-c • Published 8 years ago
chai-browser v0.0.2-c
Browser utils for Chai
A collection of helpers to simplify writing assertions for browser testing with Mocha and Chai.
.color('#ffeebb')
So far the only method is to convert between hex
, rgb
and rgba
definitions:
expect('#BBCCDD').to.be.color('rgb(187, 204, 221)')