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
We want to use jest for unit tests and snapshot testing.
Why this is valuable:
This will help us make sure our react components that fetch external data function as expected. Snapshot testing will prevent unintentional changes to our UI.
Description
We want to use jest for unit tests and snapshot testing.
Why this is valuable:
This will help us make sure our react components that fetch external data function as expected. Snapshot testing will prevent unintentional changes to our UI.
Acceptance Criteria
npm run test
Resources
The text was updated successfully, but these errors were encountered: