1.0.3 • Published 6 years ago

karma-luxon v1.0.3

Weekly downloads
35
License
MIT
Repository
github
Last release
6 years ago

karma-luxon

A Karma plugin - adapter for luxon.js.

Installation

Install the plugin from npm:

$ npm install karma-luxon --save-dev

Add luxon to the plugins property in your Karma configuration:

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

    plugins: ['karma-luxon']

   //...

Add luxon of the version you need to the frameworks property in your Karma configuration:

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

    frameworks: ['luxon-1.23.0']
    
    //...
1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago