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
Great job on the way Jest testing functions were created. Very clear, clean, and straightforward. ππππ±βπ€
Also, we will like to highlight the use of manual mocks, and the way the window load was mocked.
A suggestion is to use a loop for the creation of the Task Mocks, to avoid the creation each of them.
Also, make sure that your Local Storage is clear before running the Tests.
A good advice will be also to avoid window 'commands' to ensure good practices on JavaScript.
Great job on the way Jest testing functions were created. Very clear, clean, and straightforward. ππππ±βπ€
Also, we will like to highlight the use of manual mocks, and the way the window load was mocked.
A suggestion is to use a loop for the creation of the Task Mocks, to avoid the creation each of them.
Also, make sure that your Local Storage is clear before running the Tests.
A good advice will be also to avoid window 'commands' to ensure good practices on JavaScript.
Happy coding!
@grauJavier
@lRebornsl
The text was updated successfully, but these errors were encountered: