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

6 lines
141 B
TypeScript

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