I've been working with Javascript and unit testing with Mocha. Two challenges.
- unit testing browser based javascript
- unit tests not picking up on imported javascript file

Finally got it working.

If you get stuck, check out this question

https://stackoverflow.com/questions/42857778/how-do-you-run-mocha-tests-in-the-browser

Comments