-
编写摩卡测试用例时无需使用全局变量或“this”,保证了与Browserify的兼容性;这样的摩卡测试就像是不含糖的咖啡
资源介绍
不含摩卡糖
在不使用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