karma-chai-string

0.0.8 • Public • Published

karma-chai-string

A Karma plugin. Adapter for chai-string plugin.

npm license

Installation

$ npm install karma-chai-string --save-dev

Add chai-string to the frameworks key in your Karma configuration, before chai:

module.exports = function(config) {
  config.set({
    frameworks: ['chai-string', 'chai']
  });
}

Package Sidebar

Install

npm i karma-chai-string

Weekly Downloads

686

Version

0.0.8

License

MIT

Unpacked Size

3.53 kB

Total Files

7

Last publish

Collaborators

  • jeserkin