eslint plugin mocha cleanup:检查mocha测试中是否有空标题和相等标题一次测试中是否有大量断言以及无效的sinon使用 源码
eslint插件摩卡清理 安装 您首先需要安装 : $ npm i eslint --save-dev 接下来,安装eslint-plugin-mocha-cleanup : $ npm install eslint-plugin-mocha-cleanup --save-dev 注意:如果全局安装了ESLint(使用-g标志),则还必须全局安装eslint-plugin-mocha-cleanup 。 支持的规则 通过向规则选项添加skipSkipped: true ,几乎可以将每个规则(除非另有说明)定制为忽略跳过的测试/套件( describe.skip , it.skip , xs
文件列表
eslint-plugin-mocha-cleanup-master.zip
(预估有个47文件)
eslint-plugin-mocha-cleanup-master
.travis.yml
108B
package.json
1KB
.eslintrc.json
312B
tests
lib
rules
disallow-stub-spy-restore-in-it.js
11KB
no-same-titles.js
5KB
no-assertions-in-loop.js
4KB
暂无评论