0.1.3 • Published 9 years ago

caffemocha v0.1.3

Weekly downloads
7
License
MIT License
Repository
github
Last release
9 years ago

caffemocha

Just a shorthand of mocha --compilers coffee:coffee-script/register.

Prerequisites

  • mocha
  • coffe-script

and you're sure you can run

$ mocha --compilers coffee:coffee-script/register

successfully.

Install

$ npm install caffemocha
$ (do some PATH fiddling. My preference is direnv.)
$ cat .envrc
export PATH=$(npm bin):$PATH

or

$ npm install -g caffemocha

or

$ sudo npm install -g caffemocha

Run

$ caffemocha
$ caffemocha test/unit/my.coffe
$ caffemocha test/**/*.coffee
0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago