The error you are getting is consistent with not having a file named test/unit
and doing this:
$ mocha test/unit
Check that the file exists. (Actually, without a .js
extension, I'd expect a directory rather than a file.) Check that you are in the right location when you issue your command.