following a very specific file structure in my project, I'd like to add some test files from directories other than /tests/mocha/ .. is there a way to achieve this? adding a custom regex? maybe through an environment variable?
Sorry for the super late response. Currently there is not. Would you like to put them besides your application code or just somewhere else inside the test directory?
following a very specific file structure in my project, I'd like to add some test files from directories other than /tests/mocha/ .. is there a way to achieve this? adding a custom regex? maybe through an environment variable?