You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While they are running, change a file and force to run a single case set to run (by using fdescribe or fit)
Observed behavior
It will recompile (or at least it looks like it) but it will still keep continuing the previous run instead of starting a new one with the specific test cases set.
So every time I need to use fdescribe or fit I need either to wait that the current test run finishes or I have to manually kill and restart `ng test
Desired behavior
Whenever something changes in the code, ng test should just recompile and rerun again from the beginning and taking into account any changes related to the test cases set to run (e.g. any usage of fdescribe or fit should be taken into account without the need of restarting the cli process)
The text was updated successfully, but these errors were encountered:
Thanks for reporting this issue. This issue was originally reported a long time ago and since then we've had many releases, one of which might have addressed this problem. Please update to the most recent Angular CLI version.
If the problem persists after upgrading, please open a new issue, provide a simple repository reproducing the problem, and describe the difference between the expected and current behavior.
Versions
Repro steps
fdescribe
orfit
)Observed behavior
It will recompile (or at least it looks like it) but it will still keep continuing the previous run instead of starting a new one with the specific test cases set.
So every time I need to use
fdescribe
orfit
I need either to wait that the current test run finishes or I have to manually kill and restart `ng testDesired behavior
Whenever something changes in the code,
ng test
should just recompile and rerun again from the beginning and taking into account any changes related to the test cases set to run (e.g. any usage offdescribe
orfit
should be taken into account without the need of restarting the cli process)The text was updated successfully, but these errors were encountered: