使用Velocity运行Tinytest

时间:2014-12-04 17:40:51

标签: javascript testing meteor

如何在Meteor应用程序中使用Velocity运行Tinytest? 我将包添加到项目中:

$ meteor add numtel:velocity-tinytest

在path / tests / tinytest中创建test.coffee并运行:

$ 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

测试不会运行。

茉莉花测试工作正常。

1 个答案:

答案 0 :(得分:0)

两个想法:

  1. 由于与Velocity的API(https://github.com/numtel/velocity-tinytest
  2. 的变化发生冲突,因此从大气中抽取了numtel:velocity-tinytest包
  3. 快错字:你有Velocity_Debug = ture而不是Velocity_Debug = true