2 Star 0 Fork 0

appplugin/react-native-gifted-chat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jest.config.js 524 Bytes
一键复制 编辑 原始数据 按行查看 历史
神智不清的冠希 提交于 2024-02-19 06:36 . Initial commit
module.exports = {
preset: 'react-native',
setupFiles: ['<rootDir>/tests/setup.js'],
moduleFileExtensions: ['js', 'jsx', 'json', 'ts', 'tsx'],
transform: {
'^.+\\.(js|jsx|ts|tsx)$': 'babel-jest',
// '^.+\\.js$': '<rootDir>/node_modules/react-native/jest/preprocessor.js',
},
transformIgnorePatterns: [
'/node_modules/(?!(@react-native|react-native)).*/',
],
testMatch: ['**/*.test.ts?(x)'],
modulePathIgnorePatterns: ['<rootDir>/example'],
coveragePathIgnorePatterns: ['./src/__tests__/'],
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/appplugin/react-native-gifted-chat.git
git@gitee.com:appplugin/react-native-gifted-chat.git
appplugin
react-native-gifted-chat
react-native-gifted-chat
master

搜索帮助