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
而且測試唐」運行。
茉莉花測試工作正常。
2.'ture'有錯誤 – 2015-02-05 16:39:56
'numtel:velocity-tinytest'不可用。我選擇了「邁克:摩卡」 – 2015-02-05 16:45:09