0.1.1 • Published 9 years ago

karma-chai-datetime v0.1.1

Weekly downloads
115
License
MIT
Repository
github
Last release
9 years ago

karma-chai-datetime

chai-datetime plugin for Karma

Installation

Install the plugin from npm:

$ npm install karma-chai-datetime --save-dev

Add chai-datetime before chai to the frameworks key in your Karma configuration:

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

    // frameworks to use
    frameworks: ['mocha', 'chai-datetime', 'chai']

    // ...

License

The MIT License (MIT)