ti-mocha
v0.2.0
Published
Simple and reliable support for mocha testing with Appcelerator's Titanium SDK
Downloads
24
Readme
ti-mocha
Simple and reliable support for mocha testing with Appcelerator's Titanium SDK.
Full Documentation and Samples
http://tonylukasavage.com/ti-mocha/
Quick Start
cd /path/to/Titanium/project && npm install ti-mocha --prefix ./node_modules
Contributing
- 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
Basic Build
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.
Build for Different Version of Mocha
- Change version of mocha in the package.json
devDependencies
npm install
grunt
Issues
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.
License
Distributed under MIT License.