/mocha-make-example

Simple example running mocha tests via make

Primary LanguageCoffeeScript

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