1. 首页
  2. 考试认证
  3. 其它
  4. velocity-tinytest 使用Tinytest和Velocity

velocity-tinytest 使用Tinytest和Velocity

上传者: 2024-08-01 00:25:54上传 ZIP文件 7.8KB 热度 6次

numtel:速度-微小的测试使用Tinytest测试您的Meteor应用程序,就像您测试包一样。如果你想在你的应用程序中使用Tinytest但没有Velocity,请参阅我的包。安装由于Velocity的API中的重大更改,此包已从Atmosphere中删除。tinytest包是自动包含的。快速开始将测试添加到tests/tinytest的.js或.coffee文件中。Tinytest . add ( 'test title' , function ( test ) { test . equal ( true , true ) ; } ) ;

要查看结果,请安装Velocity HTML Reporter:


$ meteor add velocity:html-reporter

Tinytest文档由于Tinytest没有官方的文档支持,所以了解更多细节可以参考以下资源:

想要更深入的了解和使用Tinytest和Velocity,以上资源绝对不容错过!是否有种发现新大陆的感觉?快点击这些链接,开启你的Meteor测试之旅吧!

下载地址
用户评论