Skip to content

nathanboktae/karma-chai-dom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

karma-chai-dom

chai-dom plugin for Karma Test Runner

Installation

$ npm install --save-dev karma-chai-dom
  • karma-chai-dom requires chai which is not included and recommended to be installed through karma-chai

Karma plugins load in reverse order so make sure that dom and chai come before chai-dom

module.exports = function(config) {
  config.set({
    frameworks: ['mocha', 'chai-dom', 'chai'],
    //...
  })
}

Usage

See the chai-dom documentation.

About

Karma framework for chai-dom

Resources

License

Stars

Watchers

Forks

Packages

No packages published