文件名称:jest-watch-typeahead:Jest watch 插件,用于按文件名或测试名过滤测试
文件大小:153KB
文件格式:ZIP
更新时间:2024-08-24 18:48:32
TypeScript
玩笑提前打字 按文件名或测试名称过滤测试 用法 安装 安装jest (它需要 Jest 26+)和jest-watch-typeahead yarn add --dev jest jest-watch-typeahead # or with NPM npm install --save-dev jest jest-watch-typeahead 将它添加到你的 Jest 配置中 在你的package.json { " jest " : { " watchPlugins " : [ " jest-watch-typeahead/filename " , " jest-watch-typeahead/testname " ] } } 或者在jest.config.js module . exports = { watchPlugin
【文件预览】:
jest-watch-typeahead-main
----.babelrc(197B)
----.flowconfig(58B)
----package.json(3KB)
----filename.js(172B)
----.eslintrc.json(475B)
----.github()
--------renovate.json(174B)
--------workflows()
----.prettierrc(52B)
----.prettierignore(6B)
----LICENSE(1KB)
----src()
--------test_utils()
--------file_name_plugin()
--------lib()
--------types()
--------index.ts(239B)
--------test_name_plugin()
----tsconfig.json(418B)
----.gitignore(31B)
----CHANGELOG.md(3KB)
----testname.js(172B)
----README.md(1KB)
----yarn.lock(334KB)
----.eslintignore(17B)
----.vscode()
--------settings.json(220B)