登录 注册
当前位置:主页 > 资源下载 > 5 > karma-chai: 唯业所致

karma-chai: 唯业所致

  • 更新:2024-10-06 12:52:26
  • 大小:3KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

arma 为 安装 从npm安装插件: $ npm install karma-chai --save-dev 或来自Github: $ npm install ' git+https://github.com/xdissent/karma-chai.git ' --save-dev 将chai添加到您的Karma配置中的frameworks键: module . exports = ( config ) -> config . set # frameworks to use frameworks : [ ' mocha ' , ' chai ' ] # ... 用法 测试中提供了每个不同的Chai断言套件: describe ' karma tests with chai ' , -> it ' should expose the Chai