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
This issue requires team discussion before it can be worked on.
When I was writing my first BigTest, I found myself wishing that I had a way to automatically re-run tests after a change. I did not have to restart the BigTest server, but I did have to relaunch the test each time. A watch mode is a feature that users may be expecting from their past experience with Jest or Ember.
The text was updated successfully, but these errors were encountered:
This issue requires team discussion before it can be worked on.
When I was writing my first BigTest, I found myself wishing that I had a way to automatically re-run tests after a change. I did not have to restart the BigTest server, but I did have to relaunch the test each time. A
watch
mode is a feature that users may be expecting from their past experience with Jest or Ember.The text was updated successfully, but these errors were encountered: