0.1.1 • Published 10 years ago

karma-mocha-as-promised v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

karma-mocha-as-promised

Mocha as promised for Karma

  • It uses (and will always use) the latest compatible versions of every library.
  • It uses peerDependencies only.
  • No bower dependency.

Installation

Install the plugin from npm:

$ npm install karma-mocha-as-promised --save-dev

Add mocha-as-promised before mocha to the frameworks key in your Karma configuration:

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

    // frameworks to use
    frameworks: ['mocha-as-promised', 'mocha']

    // ...

License

MIT Licensed