Files
2026-01-07 13:04:16 +01:00

6 lines
129 B
TypeScript

import { render } from '@testing-library/react-native';
test('function declaration', function () {
render(<Component />);
});