如何在Meteor应用程序中使用Velocity运行Tinytest?我将包添加到项目中:
$ meteor add numtel:velocity-tinytest在路径/ test.coffee /tinytest中创建测试并运行:
$ meteor --test或者超级硬核:
$JASMINE_CLIENT_UNIT=0 JASMINE_BROWSER=PhantomJS JASMINE_CLIENT_INTEGRATION=0 JASMINE_SERVER_UNIT=0 VELOCITY_DEBUG=ture DEBUG=true NODE_ENV=DEVELOPMENT meteor --test而且测试也不会运行。
Jasmine测试运行良好。
发布于 2015-01-28 05:19:27
两种想法:
由于与Velocity的(https://github.com/numtel/velocity-tinytest)
。
https://stackoverflow.com/questions/27300484
复制相似问题