You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,5 +19,8 @@ This repository contains a React Native library (`reactnative-forceupdate`) and
19
19
## Continuous Integration
20
20
GitHub Actions (`.github/workflows/ci.yml`) run `yarn lint`, `yarn typecheck`, `yarn test` with coverage, build the library and the web example.
21
21
22
+
### Running Tests
23
+
Run `yarn test` locally to execute the Jest suite. The CI workflow installs Node 18 via `actions/setup-node` and caches `node_modules` and `.yarn/install-state.gz` (see `.github/actions/setup`). Preinstall Node 18 or use a similar cache in your own CI to avoid re‑downloading all dependencies.
24
+
22
25
## Pull Requests
23
26
Keep pull requests focused and small. Verify that lint, typecheck and tests pass before creating the PR. Use clear commit messages in the Conventional Commit format.
0 commit comments