0.3.0 • Published 8 years ago

benderjs-chai v0.3.0

Weekly downloads
18
License
MIT
Repository
github
Last release
8 years ago

benderjs-chai

Chai assertions adapter for Bender.js

Installation

npm install benderjs-chai

Usage

Add benderjs-chai to the plugins array in your bender.js configuration file:

var config = {
    applications: {...}

    browsers: [...],

    plugins: ['benderjs-chai'], // load the plugin

    tests: {...}
};

module.exports = config;

From now on Chai APIs - should, assert and expect - will be available in the global namespace of a test page.

License

MIT, for license details see: LICENSE.md.

0.3.0

8 years ago

0.2.0

9 years ago

0.1.1

10 years ago

0.1.0

10 years ago