How to run Mocha tests on Replit


To run Mocha tests, create a .replit file that contains:

language = "nodejs"
run = "npx mocha"


Please support this site and join our Discord!