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
The test files for the front end components exist
All frontend components have only been tested manually(except a helper formatDateTime function). No written tests exist in the repository.
run yarn test from webapp directory to see available tests
yarn test
utilizing react-testing-library https://testing-library.com/docs/react-testing-library/intro/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behaviour
The test files for the front end components exist
Actual behaviour
All frontend components have only been tested manually(except a helper formatDateTime function). No written tests exist in the repository.
Steps to reproduce
run
yarn test
from webapp directory to see available testsDetails and resources
utilizing react-testing-library
https://testing-library.com/docs/react-testing-library/intro/
Checklist
The text was updated successfully, but these errors were encountered: