DEV Community

Discussion on: My Node.js Setup (Mocha & Chai, Babel7, ES6)

Collapse
 
drozerah profile image
Drozerah

ARROW FUNCTIONS

If we take a look at the Mocha documentation page, we can read "Passing arrow functions (aka "lambdas") to Mocha is discouraged. Lambdas lexically bind this and cannot access the Mocha context."

=> mochajs.org/#arrow-functions