karma-backbone-chai

0.1.1 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i karma-backbone-chai

Weekly Downloads

1,949

Version

0.1.1

License

MIT

Last publish

Collaborators

  • vorillaz