mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
8 lines
458 B
Markdown
8 lines
458 B
Markdown
# React Native Testing Library in this project
|
|
|
|
This project uses `@testing-library/react-native`. Its APIs and testing conventions can differ from your training data.
|
|
Before writing or changing RNTL tests, read the relevant guide in
|
|
`node_modules/@testing-library/react-native/docs/`, starting with
|
|
`node_modules/@testing-library/react-native/docs/guides/llm-guidelines.md`.
|
|
Prefer those package docs over stale assumptions, and follow deprecation notices.
|