UNPKG

@testing-library/react-native

Version:

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

5 lines (4 loc) 228 B
export declare class ErrorWithStack extends Error { constructor(message: string | undefined, callsite: Function); } export declare function copyStackTraceIfNeeded(target: unknown, stackTraceSource: Error | undefined): void;