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
It'd be nice to have these (and any other good patterns) documented somewhere (ideally with links to good real-world examples from throughout the codebase).
I'm not sure where the best place for this documentation to live would be. It doesn't quite feel like it fits with the rest of what is in the decisions directory, and it's not exactly Paragon specific.
The text was updated successfully, but these errors were encountered:
In order to consolidate discussion around best practices in a non-paragon-specific location, I've created openedx/docs.openedx.org#380 and I will be closing this issue.
During the review process for #2611, a few comments were left about undocumented best practices.
RTL Best Practices
userEvent
instead offireEvent
whenever possible (comment)Naming conventions
kebab-case
for test ids (comment)Structure
setupTests.js
(comment)It'd be nice to have these (and any other good patterns) documented somewhere (ideally with links to good real-world examples from throughout the codebase).
I'm not sure where the best place for this documentation to live would be. It doesn't quite feel like it fits with the rest of what is in the decisions directory, and it's not exactly Paragon specific.
The text was updated successfully, but these errors were encountered: