-
-
Notifications
You must be signed in to change notification settings - Fork 219
London | 25-ITP-Sep |Imran Mohamed | Sprint 1 | Sprint-1 exercises #802
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
Conversation
|
Have you installed Jest first? To install Jest, in a terminal, run Only after that you can run Jest test. |
|
Changes look good. |
|
I don't know how to use the Jest extension in VSCode. For examples,
|


Self checklist
Changelist
I have implemented the various functions and the associated tests for the functions.
Questions
The instructions for sprint 1 say that the npm install should be run within the sprint 1 folder but when I attempt to use the Testing tab on vscode I am unable to run the tests from within and the output indicates the tests fail to run as it seems to be looking in the root folder for the node module for jest. I was able to run the tests using npm test however the testing functionality afforded by vscode was diminished by that. Could there be a better way of doing this?