-
Notifications
You must be signed in to change notification settings - Fork 4
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
No tests for front-end code #31
Comments
can you please explain what you mean with front-end exactly? |
Front-end code is any javascript running in the browser. So for this project index.js and svgs.js are front-end code. |
On a related note all tests should run on |
@finnhodgkin but we have 2 test files , one for the backend in src/test.js and we have one for the frontend in public/test.js |
That front-end test file wasn't merged until 9.04am - after I'd started code review and your team should have been reviewing another team's code. |
It also isn't linked in the package.json All tests should run on |
You should still be writing tests for the front-end code.
This week was concentrated on Node so it's not so big a deal, but generally you should have tests for your front-end code as well as your backend.
The text was updated successfully, but these errors were encountered: