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
ctrl-alt-r
- From the Menu Bar, select Packages > Speck Runner > Run
- From Atom's Command Palette, enter Speck Runner:Run
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
- transform es2015 using
.babelrc