rmurphey / js-testing-boilerplates

15 stars 1 forks source link

Grunt task to generate list_of_tests.js #6

Closed jared-stilwell closed 11 years ago

jared-stilwell commented 11 years ago

I threw together a grunt task, gatherTests, to generate list_of_tests.js in the mocha-boilerplate. It's wired up to the mocha task using an alias test task. Perhaps there is a cleaner way to structure the tasks for this. I'm open to alternatives.

At any rate, I'm interested in any feedback you might have.

Cheers.

rmurphey commented 11 years ago

This is great -- once I finally get around to landing your other PR, it will be good to figure out how to share this task with that boilerplate as well, but only have to maintain it in one place. In the meantime, this is good to land. Thanks!