Skip to content

Commit

Permalink
end of file new line
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran committed Nov 19, 2024
1 parent c166784 commit c33e9c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sdk/__mocks__/@react-native-async-storage/async-storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ export default {
resolve(value);
});
}
}
}
2 changes: 1 addition & 1 deletion sdk/__mocks__/RaygunNativeBridge.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ import {NativeModules} from 'react-native';

NativeModules.RaygunNativeBridge = {
DEVICE_ID: '1234567890',
};
};
2 changes: 1 addition & 1 deletion sdk/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ module.exports = {
},
transformIgnorePatterns: [ 'node_modules/(?!(react-native|@react-native|react-navigation|@react-navigation|@react-native-community|@react-native-firebase|@react-navigation/stack|@react-navigation/bottom-tabs|@react-navigation/drawer|@react-navigation/native|@react-navigation/material-bottom-tabs|@react-navigation/material-top-tabs|@react-navigation/stack|@react-navigation/web))' ],
setupFiles: ['./__mocks__/RaygunNativeBridge.js']
};
};

0 comments on commit c33e9c5

Please sign in to comment.