0.3.0 • Published 7 years ago

start-mochista v0.3.0

Weekly downloads
7
License
-
Repository
github
Last release
7 years ago

start-mochista

npm

Mochista task for Start

Install

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

Usage

import Start from 'start';
import reporter from 'start-pretty-reporter';
import mochista from 'start-mochista';

const start = Start(reporter());

export const test = () => start(
  mochista({
    ...
  })
);

Arguments

mochista(config)

  • config – mochista config
0.3.0

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago