Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CU/10203 tkd organize detox constants #10262

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

TKDickson
Copy link
Contributor

@TKDickson TKDickson commented Nov 25, 2024

Description of Change

Closes #10203

adding some organization to the giant list of constants in the utils file.

I found several that are duplicates of constants in other detox files, so will be doing another follow-up to take care of those. Haven't written that ticket yet.

Screenshots/Video

Testing

Reviewer Validations

PR Checklist

Reviewer: Confirm the items below as you review

  • PR is connected to issue(s)
  • Tests are included to cover this change (when possible)
  • No magic strings (All string unions follow the Union -> Constant type pattern)
  • No secrets or API keys are checked in
  • All imports are absolute (no relative imports)
  • New functions and Redux work have proper TSDoc annotations

For QA

Run a build for this branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CU - detox - organize the constants in at least utils
1 participant