Skip to content

solatis/karma-chai-js-factories

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

karma-chai-js-factories

for Karma

Requirements

This Karma plugin requires Karma ~0.12

Installation

Install the module via npm

$ npm install --save-dev karma-chai-js-factories

Add chai-js-factories to the frameworks key in your Karma configuration:

module.exports = function(config) {
  'use strict';
  config.set({
    frameworks: ['mocha', 'chai-js-factories', 'chai'],
    #...
  });
}

Keep in mind that, since Karma loads its frameworks in reverse and chai-js-factories depends on chai, you should declare it accordingly as done above.

karma-chai-js-factories currently does not support AMD/RequireJS, mainly because I cannot figure out the way this dependency should be injected. I encourage other people to look into this and hack it to make it work!

About

chai-js-factories plugin for karma

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •