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
I am able to run the tests. It cannot find a shell script it is looking for. Not enough test cases. Instructions are sufficient. I am not exactly sure how the behavioral tests would run as I cannot find any.
As the readme says, you are supposed to run npm test in the client source folder. You ran the test from the main folder, so that is why you get that error. cd to client, and then cd to src, and then it will run properly
I am able to run the tests. It cannot find a shell script it is looking for. Not enough test cases. Instructions are sufficient. I am not exactly sure how the behavioral tests would run as I cannot find any.
npm test
sh: 1: react-scripts: not found
npm ERR! Test failed. See above for more details.
The text was updated successfully, but these errors were encountered: