tijhaart / mocha-make-example

Simple example running mocha tests via make

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mocha-make-example

Simple example running mocha tests via make

Available test commands

Run all tests with npm test or make test

Run specific tests with make test FILE="src/a/test/*.test.coffee" or make test-a

About

Simple example running mocha tests via make


Languages

Language:CoffeeScript 100.0%