Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 507 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 507 Bytes

The Problem

Mocha.js installs a global called process see here. A comment says it is only to allow mocha.js to run untouched, not to allow running node code in the browser, however this has some unfortunate side effects for some libraries that use process for environment detection.

r.js is one of those libraries that uses process for environment detection see here.