karma-rosie
v0.0.2
Published
Karma adapter for rosie
Downloads
10
Readme
karma-rosie
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'],