Skip to content

Commit 7fd586d

Browse files
Merge pull request #7 from forceupdate-app/codex/add-testing-instructions-to-agents.md
docs: clarify how to run tests
2 parents e490fc9 + d15f6a5 commit 7fd586d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ This repository contains a React Native library (`reactnative-forceupdate`) and
1919
## Continuous Integration
2020
GitHub Actions (`.github/workflows/ci.yml`) run `yarn lint`, `yarn typecheck`, `yarn test` with coverage, build the library and the web example.
2121

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+
2225
## Pull Requests
2326
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

Comments
 (0)