Simple and reliable support for mocha testing with Appcelerator's Titanium SDK.
http://tonylukasavage.com/ti-mocha/
cd /path/to/Titanium/project && npm install ti-mocha --prefix ./node_modules
- Install node.js.
- Install grunt:
[sudo] npm install -g grunt-cli
git clone https://github.com/tonylukasavage/ti-mocha.git && cd ti-mocha && npm install
grunt
This process will generate a new ./ti-mocha.js
file based on the files in src
, as well as the source mocha.js file found at ./node_modules/mocha/mocha.js
after you execute npm install
. See lib/build.js for details of the build process. Please note that no modifications are made directly to the source mocha.js file.
- Change version of mocha in the package.json
devDependencies
npm install
grunt
Please report issues, new features/reporters, or requests in this repo's issue tracker. Bear in mind that this is a straight-up, minimal porting effort to make mocha work with Titanium. If you want additional features or functionality in mocha itself, please report them in the mocha repository.
Distributed under MIT License.