0.0.8 • Published 10 years ago

karma-triflejs-launcher v0.0.8

Weekly downloads
31
License
-
Repository
github
Last release
10 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

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago