UNPKG

@testing-library/react-native

Version:

Simple and complete React Native testing utilities that encourage good testing practices.

5 lines (4 loc) 157 B
type CleanUpFunction = () => void; export default function cleanup(): void; export declare function addToCleanupQueue(fn: CleanUpFunction): void; export {};