Recently, I created a compact Yeoman AngularJS project. Whenever I enter the command grunt serve
, the application is launched and displayed in the browser. Surprisingly, whenever I make adjustments to a test, Grunt automatically reruns the test and provides me with the outcome. However, if I modify the script that needs testing, the corresponding test fails to execute.
I am now left wondering if there is an error on my end or if there is a way to instruct Grunt to run all tests every time I make changes to my scripts.