1.0.4 • Published 6 years ago
karma-luxon v1.0.4
karma-luxon
A Karma plugin - adapter for luxon.js.
Installation
Install the plugin from npm:
$ npm install karma-luxon --save-devAdd 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']
//...