1.0.0 • Published 10 years ago
karma-should-promised v1.0.0
karma-should-promised
Promise assertions for Should.js on karma
Installation
Install the module via npm
$ npm install karma-should-promised --save-devAdd should-promised to the frameworks key in your Karma configuration.
module.exports = function(config) {
'use strict';
config.set({
#...
frameworks: ['mocha', 'should-promised', 'should'],
#...
});
}1.0.0
10 years ago