nodejs mocha suite is not defined error December 20, 2023 by Tarik You need to tell Mocha to use the TDD interface, instead of the default BDD one: mocha --ui tdd card.test.js