DEV Community

Discussion on: Setup Mocha 8, Chai 4 and Babel 7 for JavaScript TDD

Collapse
 
muhammedmoussa profile image
Moussa

thanks for sharing, there is a syntax error in this yml file, for me, I removed it and passed the configs directly into the mocha script.

"test": "mocha ./src/__tests__/* --require @babel/register"
Enter fullscreen mode Exit fullscreen mode