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
Just started this project and I've cloned the repo. Lots of files are already created and written even though the tutorial mentions creating them anew.
e.g. the "test/todo-app.test.js" file already exists with 80 odd tests already written but the tutorial guides one through creating this file and explaining it should be empty.
Am I missing something? Do I need to go to a specific commit?
Thanks,
Joe
The text was updated successfully, but these errors were encountered:
Hi @JoeFry15 the idea is that you clone the repo to serve as a reference
and then you can create the whole thing from scratch and if you get stuck just peek at how it's implemented in the "finished" version.
Hi all,
Just started this project and I've cloned the repo. Lots of files are already created and written even though the tutorial mentions creating them anew.
e.g. the "test/todo-app.test.js" file already exists with 80 odd tests already written but the tutorial guides one through creating this file and explaining it should be empty.
Am I missing something? Do I need to go to a specific commit?
Thanks,
Joe
The text was updated successfully, but these errors were encountered: