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
👉🏾 First time contributing to this repo? START HERE 👈🏾
To be added as a curriculum contributor and be assigned the related issue, please kindly complete our contributor steps in order to have your PR addressing this issue merged.
Introduce testing with React Testing Library (RTL) in eventonica, then guide participants with how to introduce the testing into their project with a walkthrough example, similar to this (no longer used) legacy testing lesson and (no longer used) legacy testing set up instructions.
Week 9 is an ideal opportunity for participants to practice understanding how to implement testing into their project. The week before they were exposed to testing for the first time. Note that this would come after https://github.com/Techtonica/curriculum/blob/main/testing-and-tdd/jest.md, so they have already had an intro to Jest.
Suggested Solution
Add a file (or section) to the updated eventonica project (it may need its own directory)
Make changes so that this file’s directions make it easy to add Jest API testing to their eventonica project.
Help them understand when to use RTL instead of just Jest.
Give them a few examples of tests they could potentially use in their eventonica project, and then try to be explicit about what else they should cover on their own.
Although it may very well be a good idea, this issue has not had recent activity and is unlikely to be worked on. Consider creating your own pull request for the issue if that is feasible. If no further activity occurs, this will be closed in 14 days. Thank you for your contribution.
daaimah123
changed the title
eventonica-react: get the cohort started adding React Testing Library tests to their create-react-app project
Test Eventonica with React Testing Library
Nov 26, 2024
👉🏾 First time contributing to this repo? START HERE 👈🏾
To be added as a curriculum contributor and be assigned the related issue, please kindly complete our contributor steps in order to have your PR addressing this issue merged.
Introduce testing with React Testing Library (RTL) in eventonica, then guide participants with how to introduce the testing into their project with a walkthrough example, similar to this (no longer used) legacy testing lesson and (no longer used) legacy testing set up instructions.
Page where problem found?
Eventonica Project
Type of problem
Week 9 is an ideal opportunity for participants to practice understanding how to implement testing into their project. The week before they were exposed to testing for the first time. Note that this would come after https://github.com/Techtonica/curriculum/blob/main/testing-and-tdd/jest.md, so they have already had an intro to Jest.
Suggested Solution
See #1608 for historical context.
The text was updated successfully, but these errors were encountered: