2 Star 0 Fork 0

LEARN / react-table

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jest.config.js 384 Bytes
一键复制 编辑 原始数据 按行查看 历史
tannerlinsley 提交于 2019-07-29 11:33 . Add prettier format
const path = require('path')
const lintProject = require('./configs/tests/jest.lint')
const unitProject = require('./configs/tests/jest.unit')
module.exports = {
...require('./configs/tests/jest.common'),
projects: [lintProject, unitProject],
watchPlugins: [
'jest-watch-typeahead/filename',
'jest-watch-typeahead/testname',
'jest-watch-select-projects',
],
}
1
https://gitee.com/huoxd/react-table.git
git@gitee.com:huoxd/react-table.git
huoxd
react-table
react-table
master

搜索帮助