mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-19 09:01:58 +08:00
9 lines
305 B
JavaScript
9 lines
305 B
JavaScript
module.exports = {
|
|
maxConcurrency: 10,
|
|
preset: './tests/node_modules/react-native/jest-preset.js',
|
|
setupFiles: ['./jest.setup.js'],
|
|
testMatch: ['**/packages/**/__tests__/**/*.test.js'],
|
|
modulePaths: ['node_modules', './tests/node_modules'],
|
|
testPathIgnorePatterns: ['./packages/template'],
|
|
};
|