0.1.5 • Published 10 years ago

karma-kissy v0.1.5

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

karma-kissy

A Karma plugin. Adapter for kissy framework.

Installation

Install kissy from npm:

$ npm install kissy@1.4.2 --save-dev

Note: Current only support with following kissy versions:

  • 1.4.2
  • 1.4.3
  • 1.4.4

Install the plugin from npm:

$ npm install karma-kissy --save-dev

Add kissy of the version you need to the frameworks property in your Karma configuration:

module.exports = function(config) {
  config.set({

    frameworks: ['kissy']
    
    //...