mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-29 06:59:30 -05:00
7 lines
245 B
JavaScript
7 lines
245 B
JavaScript
// https://docs.swmansion.com/react-native-gesture-handler/docs/guides/testing
|
|
module.exports = {
|
|
preset: 'react-native',
|
|
setupFiles: ["./node_modules/react-native-gesture-handler/jestSetup.js"],
|
|
extensionsToTreatAsEsm: ['.ts', '.tsx']
|
|
};
|