1 Star 0 Fork 0

QuickSpeed/react-beautiful-dnd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
jest.config.js 587 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alex Reardon 提交于 2019-10-29 09:40 . 12.0 (#1487)
/* eslint-disable flowtype/require-valid-file-annotation */
module.exports = {
setupFiles: [
// for some painful reason this is needed for our 'async' usage
// in drop-dev-warnings-for-prod.spec.js
require.resolve('regenerator-runtime/runtime'),
'./test/env-setup.js',
],
setupFilesAfterEnv: ['./test/test-setup.js'],
// node_modules is default.
testPathIgnorePatterns: ['/node_modules/', '/cypress/'],
modulePathIgnorePatterns: ['/dist/'],
watchPlugins: [
'jest-watch-typeahead/filename',
'jest-watch-typeahead/testname',
],
verbose: true,
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/quick-speed/react-beautiful-dnd.git
git@gitee.com:quick-speed/react-beautiful-dnd.git
quick-speed
react-beautiful-dnd
react-beautiful-dnd
master

搜索帮助