0.0.8 • Published 9 years ago

karma-triflejs-launcher v0.0.8

Weekly downloads
31
License
-
Repository
github
Last release
9 years ago

karma-triflejs-launcher

Launcher for TrifleJS.

Installation

The easiest way is to keep karma-triflejs-launcher as a devDependency in your package.json.

{
  "devDependencies": {
    "karma": "~0.10",
    "karma-triflejs-launcher": "~0.0.6"
  }
}

You can simple do it by:

npm install karma-triflejs-launcher --save-dev

Configuration

// karma.conf.js
module.exports = function(config) {
  config.set({
    browsers: ['trifleJS'],
  });
};

You can pass list of browsers as a CLI argument too:

karma start --browsers trifleJS,Chrome

For more information on Karma see the homepage.

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago