mirror of
https://github.com/Jellify-Music/App.git
synced 2026-05-07 20:09:28 -05:00
7 lines
134 B
JavaScript
7 lines
134 B
JavaScript
jest.mock('react-native-carplay', () => {
|
|
return {
|
|
default: {
|
|
checkForConnection: jest.fn()
|
|
}
|
|
}
|
|
}) |