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

177 chore refactor scxa marker geneheatmap enzyme tests with react 17 #178

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

lingyun1010
Copy link
Contributor

@lingyun1010 lingyun1010 commented Oct 1, 2024

We used enzyme before to test marker-gene-heatmap component, which is based on React 16, and since we updated the react into 17, the tests had been suspended, in another word, we do not have any tests for this component currently.

To make a running jest tests again, I found out that @testing-library/react is very convinient and well-documented and keep updated to React. Hence, I refactor this component with TLR.

@lingyun1010 lingyun1010 self-assigned this Oct 1, 2024
@ke4 ke4 added the improvement Improve/refactor existing code label Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improve/refactor existing code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Chore] Refactor scxa-marker-gene=heatmap enzyme tests with React 17
2 participants