chai-colors
Color assertions for chai. Thin wrapper around onecolor.
Compare different color representations:
'rgba(0, 0, 0, 1)'shouldbe;
Combine with webdriver for more fun:
browser shouldeventuallybe
Installation
This is a addon plugin for the Chai Assertion Library. Install via npm.
npm install chai-colors
Plugin
Use this plugin as you would all other Chai plugins.
var chai = chaiColors = ; chai;
Supported Formats
See the onecolor API.