Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Note: the `justfile` still carries some recipes from the monorepo. Prefer the `c

- Unit tests run without external dependencies.
- Integration tests require a local Stellar RPC (Docker `stellar/quickstart`) and the `integration-tests` feature flag.
- Command tests use `stellar_scaffold_test::RegistryTest` (the `stellar-scaffold-test` crate, pulled via git from `stellar-scaffold/cli`).
- Command tests use `stellar_registry_test::RegistryTest`, defined in local crate `crates/stellar-registry-test`

## Cross-repo dependencies

Expand Down
Loading
Loading