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
Hi @aaweb, that is the current TDD workflow at the moment.
If you'd like to see improvements to that or have any suggestions, you might post an issue on the parent angular2-seed here. All build tooling at the moment derives directly from that parent seed for consistency.
Once we can move to rxjs beta 3/4 and above, things should improve with regards to that.
Thanks for the question and feel free to post additional thoughts (just going to close this issue for now).
Hey Nathan
Just a quick question about what the intended workflow is for testing or test-driven development. Currently, I'm using the debug commands:
However, even when using
iit
orddescribe
to only run certain tests, the delay from save to the tests actually passing takes at least 30 seconds.Is this workflow only meant for debugging or what is the intended usage here? Glad to hear your insight.
Andy
The text was updated successfully, but these errors were encountered: