titanium-jasmine

すでにあるtitanium-jasmineをCommonJS化し、ディレクトリ構造を綺麗にしました。テストとRunをシームレスに実行できます。

OTHER License

Stars
10

This project is to corresponding CommonJS https://github.com/guilhermechapiewski/titanium-jasmine

To run the application

$ make run-iphone
$ make clean && make run-ipad

To run the application executing the tests

$ make test-iphone
$ make test-ipad