1.0.4 • Published 4 years ago

karma-luxon v1.0.4

Weekly downloads
35
License
MIT
Repository
github
Last release
4 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

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago