I have two javascript files which contain mocha test cases.
//----------abc.js ------------- describe(\"abc file\", function(){ it(\"test 1\" , function(
Mocha has a --sort (short -S) option that sorts test files:
--sort
-S
$ mocha --help [...] -S, --sort sort test files [...]