2014-12-04 57 views
0

如何在我的Meteor應用程序中用Velocity運行Tinytest? 我加包項目:用Velocity運行Tinytest

$ meteor add numtel:velocity-tinytest 

創建路徑/測試/ 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 

而且測試唐」運行。

茉莉花測試工作正常。

回答

0

兩個想法:

  1. 的numtel:速度 - tinytest包從大氣由於與Velocity的API改變衝突拉(https://github.com/numtel/velocity-tinytest
  2. 快速錯字:你有Velocity_Debug = TURE而不是Velocity_Debug = true
+0

2.'ture'有錯誤 – 2015-02-05 16:39:56

+0

'numtel:velocity-tinytest'不可用。我選擇了「邁克:摩卡」 – 2015-02-05 16:45:09