文件名称:eslint-plugin-mocha-cleanup:检查mocha测试中是否有空标题和相等标题,一次测试中是否有大量断言以及无效的sinon使用
文件大小:78KB
文件格式:ZIP
更新时间:2024-02-25 18:12:31
mocha eslint eslint-plugin ESLintJavaScript
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
----.travis.yml(108B)
----package.json(1KB)
----.eslintrc.json(312B)
----tests()
--------lib()
----LICENSE(1KB)
----package-lock.json(127KB)
----.npmignore(34B)
----.ncurc.js(242B)
----.gitignore(533B)
----lib()
--------index.js(2KB)
--------rules()
--------utils()
----README.md(5KB)