This repo is an example of the usage ti.mocha.
sudo npm install titanium -g
ti sdk install 3.2.3.GA
## 2 - Run
On your terminal enter the following:
# build
ti build -p ios
## 3 - Check the console
On the console you should find the report of the test execution.
Oscar Brito