karma-tinycolor

1.0.2 • Public • Published

karma-tinycolor

TinyColor for Karma

Installation

Install the plugin from npm:

$ npm install karma-tinycolor --save-dev

Or from Github:

$ npm install 'git+https://github.com/CupOfTea696/karma-tinycolor.git' --save-dev

Instructions on how to install karma can be found here

Configuration

In your Karma configuration:

  • add require('karma-tinycolor') to the plugins list, and
  • add tinycolor to the frameworks key
// karma.conf.js
module.exports = function(config) {
  config.set({
    frameworks: ['tinycolor', ... ],
    
        .
        .
        .
  });
};

Usage

This karma plugin simply loads and installs the global tinycolor namespace object.

License

The MIT License (MIT)

Package Sidebar

Install

npm i karma-tinycolor

Weekly Downloads

1

Version

1.0.2

License

MIT

Last publish

Collaborators

  • cupoftea696