karma-luxon

1.0.4 • Public • Published

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']
    
    //...

Readme

Keywords

Package Sidebar

Install

npm i karma-luxon

Weekly Downloads

3

Version

1.0.4

License

MIT

Unpacked Size

362 kB

Total Files

5

Last publish

Collaborators

  • aravinthraja