karma-mocha-as-promised
v0.1.1
Published
A Karma plugin - adapter for mocha-as-promised.
Downloads
2
Maintainers
Readme
karma-mocha-as-promised
- 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