speck-runner

Run SpeckJS tests in Atom

zackferrofields

970

1

0.1.2

MIT

GitHub

This package provides the following services:

atom-speck-runner

About

Speck Runner is a Comment Driven Test Runner
Comments are converted to unit-tests, via SpeckJS, and run locally in Atom.

Usage

Screenshot

Installation

apm install speck-runner

or

  $ git clone https://github.com/zackferrofields/atom-speck-runner.git
  $ cd atom-speck-runner
  $ npm i
  $ apm link .
  $ atom .

ToDo