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 believe the order of labs is off here if tests are required on this one. I followed instructions from the next lesson . When I type "Learn" in my terminal I get "This directory doesn't appear to have any specs in it." I'll raise an issue in that one if it persists.
I installed mocha and added in the missing node dependencies that are in the head of the index.html file and was able to view tests in my browser.
`<script src="node_modules/mocha/mocha.js"></script>
I believe the order of labs is off here if tests are required on this one. I followed instructions from the next lesson . When I type "Learn" in my terminal I get "This directory doesn't appear to have any specs in it." I'll raise an issue in that one if it persists.
I installed mocha and added in the missing node dependencies that are in the head of the index.html file and was able to view tests in my browser.
<script src="node_modules/expect/umd/expect.min.js"></script>``<script src="node_modules/mocha/mocha.js"></script>
I don't think installation was covered in the material so far or it should be added to the readme for this lab.
Then I submitted a pull request even though I can't complete the local test step.
The text was updated successfully, but these errors were encountered: