Override Mocha/Velocity file selection regex?

I’d like to use a different regex to select test files than what Mocha/Velocity registers. The reason is that I would like my tests collocated with code under test in /Foo/tests, rather than /test/Foo. Is there a way to override the default regex?