0.1.0 • Published 9 years ago
karma-moment v0.1.0
karma-moment
A Karma plugin - adapter for Moment framework.
Installation
Install the plugin from npm:
$ npm install karma-moment --save-devAdd moment to the plugins property in your Karma configuration:
module.exports = function(config) {
config.set({
plugins: ['karma-moment']
//...Add moment of the version you need to the frameworks property in your Karma configuration:
module.exports = function(config) {
config.set({
frameworks: ['moment-2.9.0']
//...Note: configure plugin under karma-moment name, in the frameworks array speify as moment-<version>. Current version of the package is bundled with following Moment versions:
- 2.9.0
0.1.0
9 years ago