ce1fa4972c
Add useOriginStationWalk and integrate it into EventDetail/EventList to resolve walking time from origin to station. Introduce calculateLeaveByTime for notification scheduling and use exported Expo trigger types. Support HAFAS 'crd' coordinates in client and destination hooks, update tests, jest mappings, and Expo run scripts.
9 lines
249 B
JavaScript
9 lines
249 B
JavaScript
module.exports = {
|
|
preset: 'jest-expo',
|
|
testMatch: ['**/__tests__/**/*.test.[jt]s?(x)'],
|
|
moduleNameMapper: {
|
|
'^@react-native-async-storage/async-storage$':
|
|
'@react-native-async-storage/async-storage/jest/async-storage-mock',
|
|
},
|
|
};
|