mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
6 lines
141 B
TypeScript
6 lines
141 B
TypeScript
import { render } from '@testing-library/react-native';
|
|
|
|
test('function declaration', async function () {
|
|
await render(<Component />);
|
|
});
|