ti-mocha-builder
ti-mocha.js 的构建者
是Titanium的摩卡测试运行程序。 其文档可。
这个存储库是原始 ti-mocha 的一个分支,并重新实现了构建过程。 您可以将任何版本的 mocha 捆绑到 ti-mocha 中。
(原始 ti-mocha 的 README 说它可以更改 mocha 版本,但实际构建过程似乎不起作用。)
用法
在项目的顶部,
make clean all
这使 ti-mocha.js 进入当前目录。
更改摩卡版本
git submodule update --init # you need to do this only once.
cd mocha
git checkout 2.2.3
cd ..
make clean all # this makes ti-mocha with mocha version 2.2.3
1