1.0.2 • Published 9 years ago
karma-tinycolor v1.0.2
karma-tinycolor
Installation
Install the plugin from npm:
$ npm install karma-tinycolor --save-devOr from Github:
$ npm install 'git+https://github.com/CupOfTea696/karma-tinycolor.git' --save-devInstructions on how to install karma can be found here
Configuration
In your Karma configuration:
- add
require('karma-tinycolor')to the plugins list, and - add
tinycolorto theframeworkskey
// 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)