mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
1.1 KiB
1.1 KiB
Code Assistant Context
@testing-library/react-native is a TypeScript/Jest library for testing React Native components with user-focused testing patterns.
Important
Never run git commands that create commits, push, or modify the index/history (
git commit,git push,git add,git rm,git reset,git rebase,git merge,git stash,git tag, etc.). Only make working-tree changes and read-only git inspections; the human stages and commits. See Git, releases, and PR workflow.
- Package manager:
yarn(yarn@4.11.0) - Common commands:
yarn testyarn test:ciyarn typecheckyarn lintyarn format:checkyarn buildyarn validate
- Task-specific guidance: