Skip to content

Example repro repository for missing types for extra matchers from '@testing-library/jest-native' package

Notifications You must be signed in to change notification settings

alexamy/react-native-testing-library-missing-matchers

Repository files navigation

Basic RNTL setup

This example is shows a basic modern React Native Testing Library setup in a template Expo app.

The app and related tests written in TypeScript, and it uses recommended practices like:

  • testing large pieces of application instead of small components
  • using screen-based queries
  • using recommended query types, e.g. *ByText, *ByLabelText, *ByPlaceholderText over byTestId

You also use this repository as a reference when having issues in your RNTL configuration, as it contains the recommended Jest setup.

About

Example repro repository for missing types for extra matchers from '@testing-library/jest-native' package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published