Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 259 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 259 Bytes

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