文件名称:jest-runner-eslint:Jest的ESLint赛跑者
文件大小:122KB
文件格式:ZIP
更新时间:2024-05-21 04:33:10
jest watch-mode jest-runner-eslint JavaScript
开玩笑
ESLint Jest赛跑者
用法
安装
安装jest (需要Jest 21+)和jest-runner-eslint
yarn add --dev jest jest-runner-eslint
# or with NPM
npm install --save-dev jest jest-runner-eslint
将其添加到您的Jest配置中
单机版
在你的package.json
{
" jest " : {
" runner " : " jest-runner-eslint " ,
" displayName " : " lint " ,
" testMatch " : [ "
【文件预览】:
jest-runner-eslint-master
----.travis.yml(432B)
----.babelrc(131B)
----package.json(2KB)
----.eslintrc.json(321B)
----.prettierignore(7B)
----Dockerfile(168B)
----jest.config.js(973B)
----LICENSE(1KB)
----CONTRIBUTING.md(844B)
----src()
--------watchFixPlugin()
--------runner()
--------utils()
----watch-fix.js(104B)
----integrationTests()
--------max-warnings.test.js(158B)
--------failing.test.js(153B)
--------passing.test.js(158B)
--------runJest.js(1KB)
--------__fixtures__()
--------loud.test.js(155B)
--------format.test.js(145B)
--------__snapshots__()
--------custom-parser.test.js(855B)
--------skipped.test.js(153B)
----examples()
--------simple()
----.gitignore(52B)
----CHANGELOG.md(1KB)
----README.md(8KB)
----yarn.lock(231KB)
----.eslintignore(96B)
----.vscode()
--------settings.json(194B)