UNPKG

@testing-library/react-native

Version:

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

4 lines (3 loc) 173 B
declare function ensurePeerDeps(): void; declare function ensurePackage(name: string, expectedVersion: string): void; declare function getPackageVersion(name: string): any;