In this article, I show you how to set up a lerna JavaScript monorepo for testing with mocha (MochaJS).
These instructions were written and tested on a Mac.
Step 1. Install lerna and mocha globally
Install lerna and mocha globally using npm.
If you don’t have npm installed, click