Mocha tries to find test files under test by default, how do I specify another dir, e.g. server-test?
test
server-test
As mentioned by @superjos in comments use
mocha --recursive "some_dir"