Socket
Socket
Sign inDemoInstall

karma-chai-spies

Package Overview
Dependencies
146
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    karma-chai-spies

Chai-spies plugin for Karma


Version published
Weekly downloads
619
increased by7.84%
Maintainers
1
Install size
3.75 kB
Created
Weekly downloads
 

Readme

Source

karma-chai-spies

NPM version Dependency Status

Karma plugin adapter for Chai-spies.

This repository is a mirror of Vlad Kosinov's karma-chai-as-promised adapted to Chai-spies.

Installation

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

Requirements

This plugin has two peerDependencies:

Usage

Add chai-spies to the frameworks array in your Karma configuration:

module.exports = function(config) {
  'use strict';
  config.set({
    frameworks: ['mocha', 'chai-spies', 'chai'],
    #...
  });
}

License

MIT

Keywords

FAQs

Last updated on 09 Sep 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc