We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the past, I've been reviewing a bunch of PRs that adds some queries or modify data gathering logic, but are not tested in any semi-automated way.
I wonder if anyone knows how .tsx files could be tested?
The text was updated successfully, but these errors were encountered:
To be clear, I'm not talking about UX test, but more of backend logic ones (i.e. that DB queries are at least syntactically correct)
Sorry, something went wrong.
@yangw-dev fyi, this is a request to have some basic unit tests for the HUD
No branches or pull requests
In the past, I've been reviewing a bunch of PRs that adds some queries or modify data gathering logic, but are not tested in any semi-automated way.
I wonder if anyone knows how .tsx files could be tested?
The text was updated successfully, but these errors were encountered: