登录 注册
当前位置:主页 > 资源下载 > 9 > 编写摩卡测试用例时无需使用全局变量或“this”,保证了与Browserify的兼容性;这样的摩卡测试就像是不含糖的咖啡

编写摩卡测试用例时无需使用全局变量或“this”,保证了与Browserify的兼容性;这样的摩卡测试就像是不含糖的咖啡

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

资源介绍

不含摩卡糖 在不使用globals或this情况下编写摩卡测试用例。 Browserify兼容。 不含糖的摩卡咖啡。 例子 // Note: this example uses ES6 features, however this module does not require it. const describe = require ( 'mocha-sugar-free' ) . describe ; const it = require ( 'mocha-sugar-free' ) . it ; const assert = require ( 'assert' ) ; describe ( 'Tutorial' , suiteContext => { suiteContext . timeout ( 100 ) ; // a default timeout for test