zjmiller / tiny-test-runner

runs bdd-style tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An extremely lightweight test runner.

Install globally with npm (or yarn):

> npm install -g tiny-test-runner

And then run tests on the command line:

> ttr

This command looks through your source code for any directory named test or __test__ and runs each file in these directories. In these files, write BDD-style tests w/ describe and it, and use done if you're testing something asynchronous. Just like you would with Mocha.

About

runs bdd-style tests


Languages

Language:JavaScript 100.0%