mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
chore: example apps AGENTS.md (#1915)
This commit is contained in:
committed by
GitHub
parent
6fbeb624c9
commit
e53adb11c6
@@ -21,6 +21,7 @@
|
||||
- `babel.config.js`
|
||||
- `eslint.config.mjs`
|
||||
- `README.md`
|
||||
- `AGENTS.md`
|
||||
- existing tracked image assets in `assets/`
|
||||
- `.expo-shared/assets.json` if it existed before
|
||||
- Keep the fresh Expo entrypoint `index.ts`.
|
||||
@@ -40,6 +41,7 @@
|
||||
- `.eslintrc`
|
||||
- `.eslintignore`
|
||||
- `README.md`
|
||||
- `AGENTS.md`
|
||||
- custom assets not present in the scaffold, such as `assets/gradientRNBanner.png`
|
||||
- existing tracked image assets in `assets/`
|
||||
- `.expo-shared/assets.json` if it existed before
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
# 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.
|
||||
@@ -0,0 +1,7 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user