import {render} from '@testing-library/react-native';

import TouchableOpacity from '../TouchableOpacity';

describe('@lad-tech/mobydick-core/TouchableOpacity', () => {
  it('renders correctly', () => {
    const {toJSON} = render(<TouchableOpacity />);
    expect(toJSON()).toMatchSnapshot();
  });
});
