mad-eye / meteor-mocha-web

easily and safely run mocha tests within the Meteor framework
MIT License
145 stars 46 forks source link

Testfiles at different locations #162

Open davideickhoff opened 9 years ago

davideickhoff commented 9 years ago

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?

rissem commented 9 years ago

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?