Skip to content

Add integration test for React Query key constants used consistently across hooks #459

Description

@Chucks1093

Summary

The centralized query key constants module needs a test confirming that the keys exported from the module match what is actually used in each hook. A mismatch would silently prevent cache sharing between hooks that reference the same data.

Scope

  • Import the query key constants and the hooks that use them
  • For each hook, assert its query key matches the expected constant from the module
  • Cover: creator list hook, creator detail hook, wallet holdings hook, wallet activity hook

Acceptance Criteria

  • Each hook's query key matches the corresponding constant
  • Test fails if a hook is updated to use a different key without updating the constant

ETA: 12 hours


Coordinate on Telegram

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions