@start/plugin-lib-karma
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

plugin-lib-karma

Run tests using Karma.

Install

$ yarn add --dev @start/plugin-lib-karma

Usage

Signature

karma(options: {})

options

Karma config options.

Example

import karma from '@start/plugin-lib-karma'

export const task = () => karma({
  browsers: [ 'Chrome', 'Firefox' ],
  files: [
    'test/index.js'
  ],
  singleRun: true
})

Package Sidebar

Install

npm i @start/plugin-lib-karma

Weekly Downloads

8

Version

2.0.0

License

MIT

Unpacked Size

3.27 kB

Total Files

5

Last publish

Collaborators

  • fosimus
  • psxcode
  • deepsweet