Skip to content

benderjs/benderjs-chai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Chai assertions adapter for Bender.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •