0.1.0 • Published 7 years ago

karma-promise v0.1.0

Weekly downloads
187
License
MIT
Repository
github
Last release
7 years ago

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']

    # ...