0.0.1 • Published 7 years ago
karma-lodash v0.0.1
karma-lodash
Adapter for the Lodash framework.
Installation
Lodash 4.17-11 (docs)
Install the karma-lodash plugin:
$ npm install karma-lodash --save-devConfiguration
Add lodash to the frameworks key in your Karma configuration:
module.exports = function(config) {
config.set({
frameworks: ['lodash']
})
}For more information on Karma see the homepage.
0.0.1
7 years ago