meteor-rtd-example-project
meteor-rtd-example-project copied to clipboard
Is it possible to use a different directory name(this project uses 'app') where project's meteor code resides?
I am working on a meteor based project and wanted to try RTD for unit testing. The problem is our meteor code resides in a directory named say 'abc'. RTD project page says your code should be in app directory. Is there any work around for this?
Hi. If you're only using RTD for unit testing, and you're not yet concerned about coverage and webdriver testing, then you can use the new Velocity test runner with the velocity-jasmine-unit package.
We are in the process of porting all RTD features into Velocity.
Velocity works with your existing app structure and looks in the /tests directory. RTD does not support this