TypeScript
Lerna Monorepo Mocha Setup (TypeScript)
In this article I show you how to setup a lerna TypeScript monorepo for testing with mocha (MochaJS). Step 1. Install lerna globally Install lerna globally using npm. If you don’t have npm installed, click here. Open up a terminal window Run the following (the $ indicates that you are Read more…