karma-chai-sinon
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/karma-chai-sinon package

0.1.5 • Public • Published

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 peerDependencies only.
  • No bower dependency.

NPM

Installation

Install the plugin from npm:

$ npm install karma-chai-sinon --save-dev

Install the plugin from Github:

$ npm install 'git://github.com/tubalmartin/karma-chai-sinon.git' --save-dev

Add 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)

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i karma-chai-sinon

      Weekly Downloads

      4,384

      Version

      0.1.5

      License

      MIT

      Last publish

      Collaborators

      • tubalmartin