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
Currently several of the examples being tested are classes. These should be replaced with pure functions instead.
As the students are heavily focused on iterator methods at this point, one or more of the tests in the examples should be pushing them to write a function that uses an iterator.
Update the repo linked in the lesson so that it doesn't use classes
Lesson to be updated: Testing: TDD, Mocha & Chai
Summary of changes needed:
Currently several of the examples being tested are classes. These should be replaced with pure functions instead.
As the students are heavily focused on iterator methods at this point, one or more of the tests in the examples should be pushing them to write a function that uses an iterator.
Update the repo linked in the lesson so that it doesn't use classes
Update Testing With Hooks lesson linked at the bottom of the lesson to remove class example
Lesson creation guidelines (also on FE Hub
The text was updated successfully, but these errors were encountered: