Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Sunzuiana Marius Ovidiu
143 PointsHow can I use mocha to run all the tests in tests.js ? I cannot write the suitable code for passing.
I need an advice for how to use mocha? I`m looking to the videos but I do not know what code must type to run all the tests in tests.js
Russell Roberts
21,482 PointsRussell Roberts
21,482 Pointsmocha will run the tests in the specified file or directory that follows it, so the answer should be "mocha tests.js"