0.1.5 • Published 11 years ago
karma-chai-sinon v0.1.5
karma-chai-sinon
Chai + Sinon-Chai + Sinon for Karma
What makes this plugin different from karma-sinon-chai?
- It allows you to use either the latest versions of sinon, chai and sinon-chai or the specific versions your project already uses.
- It uses
peerDependenciesonly. - No
bowerdependency.
Installation
Install the plugin from npm:
$ npm install karma-chai-sinon --save-devInstall the plugin from Github:
$ npm install 'git://github.com/tubalmartin/karma-chai-sinon.git' --save-devAdd chai-sinon to the frameworks key in your Karma configuration:
module.exports = function(config) {
config.set({
// frameworks to use
frameworks: ['mocha', 'chai-sinon']
// ...License
The MIT License (MIT)
