Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M13 Part2 Feedabck #164

Open
iqbal128855 opened this issue Apr 29, 2020 · 1 comment
Open

M13 Part2 Feedabck #164

iqbal128855 opened this issue Apr 29, 2020 · 1 comment
Labels
Milestone

Comments

@iqbal128855
Copy link

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

[email protected] test /home/baxter/WebEvents
react-scripts test

sh: 1: react-scripts: not found
npm ERR! Test failed. See above for more details.

@iqbal128855 iqbal128855 added this to the M13: Testing milestone Apr 29, 2020
@njzajac
Copy link
Contributor

njzajac commented Apr 29, 2020

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

@njzajac njzajac closed this as completed Apr 29, 2020
@njzajac njzajac reopened this Apr 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants