0.1.1 • Published 6 years ago

karma-backbone-chai v0.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

karma-backbone-chai

A karma plugin adapter for newest 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-backbone-chai --save-dev

Add 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', 'backbone-chai'],
  });
}

Usage

See chai-backbone for more information on the chai-backbone extension.