Files
App/jest/setup-carplay.js
T
2025-04-06 10:59:24 -05:00

7 lines
134 B
JavaScript

jest.mock('react-native-carplay', () => {
return {
default: {
checkForConnection: jest.fn()
}
}
})