摘要: 常见的mocha模块describe():测试套件,可包含测试用例可嵌套测试套件。context()是describe()的别名。 it():测试用例 .skip() && .only() .skip():跳过改测试套件或测试用例 this.skip():局部跳过 .only():指定执行测试套件或 阅读全文
posted @ 2022-01-29 10:42 糖逗逗 阅读(144) 评论(0) 推荐(0)