0.1.0 • Published 12 years ago
karma-chai-backbone v0.1.0
karma-chai-backbone
A karma plugin adapter for matthijsgroen's chai-backbone
Requirements
This plugin requires Karma ~0.10 and the karma-sinon-chai plugin ~0.1.
Installation
Install as npm module
$ npm install karma-sinon-chai karma-chai-backbone --save-devAdd sinon-chai and chai-backbone to the frameworks in your Karma configuration (order is important):
module.exports = function(config) {
  config.set({
    frameworks: ['mocha', 'sinon-chai', 'chai-backbone'],
  });
}Usage
See chai-backbone for more information on the chai-backbone extension.
0.1.0
12 years ago