0.0.2 • Published 8 years ago

karma-rosie v0.0.2

Weekly downloads
7
License
-
Repository
github
Last release
8 years ago

karma-rosie

Rosie for Karma

Installation

$ npm install karma-chai --save-dev

Or from Github:

npm install 'git+https://github.com/nd0ut/karma-rosie.git' --save-dev

Add rosie to the frameworks key in your Karma configuration:

module.exports = function(config) {
  config.set({
    basePath: '',
    frameworks: ['mocha-debug', 'mocha', 'sinon-chai', 'rosie'],