react-native-background-geolocation
Version:
The most sophisticated cross-platform background location-tracking & geofencing module with battery-conscious motion-detection intelligence
15 lines (13 loc) • 371 B
JavaScript
/** @type {import('jest').Config} */
module.exports = {
testEnvironment: 'node',
roots: ['<rootDir>/src', '<rootDir>/tests'],
transform: {
'^.+\\.[jt]sx?$': 'babel-jest'
},
moduleNameMapper: {
'^react-native$': '<rootDir>/mocks/react-native'
},
testPathIgnorePatterns: ['/node_modules/', '/dist/'],
transformIgnorePatterns: ['/node_modules/']
};