karma-promise

0.1.0 • Public • Published

Karma-promise

Karma framework plugin for promises. Useful for browsers missing native support

Installation

Install the plugin from npm:

$ npm install 'karma-promise' --save-dev

Add promise to the frameworks key in your Karma configuration:

module.exports = function(config) {
  config.set({

    # frameworks to use
    frameworks: ['promise']

    # ...

Package Sidebar

Install

npm i karma-promise

Weekly Downloads

74

Version

0.1.0

License

MIT

Last publish

Collaborators

  • manufacturedba