0.0.1 • Published 5 years ago

karma-lodash v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

karma-lodash

Adapter for the Lodash framework.

Installation

Lodash 4.17-11 (docs)

Install the karma-lodash plugin:

$ npm install karma-lodash --save-dev

Configuration

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.