karma-rosie
v0.0.2
Published
Karma adapter for rosie
Readme
karma-rosie
Installation
$ npm install karma-chai --save-devOr from Github:
npm install 'git+https://github.com/nd0ut/karma-rosie.git' --save-devAdd rosie to the frameworks key in your Karma configuration:
module.exports = function(config) {
config.set({
basePath: '',
frameworks: ['mocha-debug', 'mocha', 'sinon-chai', 'rosie'],