karma-should-promised

1.0.0 • Public • Published

karma-should-promised

Promise assertions for Should.js on karma

Installation

Install the module via npm

$ npm install karma-should-promised --save-dev

Add should-promised to the frameworks key in your Karma configuration.

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

See Should.js documentation.

Package Sidebar

Install

npm i karma-should-promised

Weekly Downloads

1

Version

1.0.0

License

none

Last publish

Collaborators

  • ettoredn