默认情况下,Mocha会搜索./test/*.js和./test/*.coffee,所以,你可以把你的测试放在test/文件夹下面。
./test/*.js
./test/*.coffee
test/
本文档使用 BookStack 构建