UNPKG

@testing-library/react-native

Version:

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

5 lines (4 loc) 182 B
type CleanUpFunction = () => Promise<void> | void; export declare function cleanup(): Promise<void>; export declare function addToCleanupQueue(fn: CleanUpFunction): void; export {};