karma-u-launcher

0.0.1 • Public • Published

karma-U-launcher

Launcher for U.

Installation

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

{
  "devDependencies": {
    "karma": "~0.10",
    "karma-u-launcher": "git+https://github.com/U/karma-u-launcher.git"
  }
}

You can simple do it by:

npm install 'git+https://github.com/U/karma-u-launcher.git' --save-dev

Configuration

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

Readme

Keywords

none

Package Sidebar

Install

npm i karma-u-launcher

Weekly Downloads

0

Version

0.0.1

License

none

Last publish

Collaborators

  • hexelon