Skip to content
Snippets Groups Projects
Commit 92742919 authored by Christopher Scott's avatar Christopher Scott
Browse files

fixed path to spec file in test instructions

parent e7874fdf
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ Then navigate to `http://localhost:3000`
If you want tests to execute every time you change a file:
jasmine-node ./spec/describe_Game_spec.js --autotest --watch ./game.js
jasmine-node ./specifications/describe_Game_spec.js --autotest --watch ./game.js
If you want the server to load up everytime you change the back end:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment