UNPKG

149 BPlain TextView Raw
1#!/usr/bin/env sh
2
3# you must run npm install first
4
5NODE_DIRECTORY=./node_modules/.bin
6
7$NODE_DIRECTORY/mocha --compilers coffee:coffee-script test/
\No newline at end of file