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
When pr#6 went through we fixed the re-render issues that caused empty lists to be rendered. We should have some tests to protect against regression of this issue.
Current Behavior
No tests were added with pr#6 but we should add some
Possible Solution
We currently use Jest as a testing framework, we should implement a testing directory for components where we test particular components individually.
Possible Implementation
Add a directory in testing for component tests
make a file with name related to project.js
Implement snapshot tests to make sure the list renders with some data
The text was updated successfully, but these errors were encountered:
Expected Behavior
When pr#6 went through we fixed the re-render issues that caused empty lists to be rendered. We should have some tests to protect against regression of this issue.
Current Behavior
No tests were added with pr#6 but we should add some
Possible Solution
We currently use Jest as a testing framework, we should implement a testing directory for components where we test particular components individually.
Possible Implementation
The text was updated successfully, but these errors were encountered: