2.0.0 • Published 7 years ago

start-karma v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

start-karma

npm linux build windows build coverage deps

Karma task for Start.

Install

npm install --save-dev start-karma
# or
yarn add --dev start-karma

Usage

import start from 'start';
import reporter from 'start-pretty-reporter';
import karma from 'start-karma';

export const test = () => start(reporter())
  karma(require('karma.conf'))
);

See documentation for details.

Arguments

karma(config)

2.0.0

7 years ago

1.0.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago