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.
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.