mveritym / LIHTCMapper

2 stars 3 forks source link

Run the appropriate test when corresponding controller/service changes #12

Closed mveritym closed 9 years ago

mveritym commented 9 years ago

Given I'm running the 'watch' task in Grunt (also called as part of 'serve'), When I change a controller or service file, Then the corresponding test file should rerun.

Currently if you change the test file itself and you're running 'watch' the tests will rerun but it would be nice to have them run when you change the main file also.