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
carton test doesn't block and watch for changes by default, as it's primarily supposed to run on CI where this behaviour is undesired. At the same time, watching for changes in tests and their dependencies is still useful when developing locally.
The text was updated successfully, but these errors were encountered:
carton test
doesn't block and watch for changes by default, as it's primarily supposed to run on CI where this behaviour is undesired. At the same time, watching for changes in tests and their dependencies is still useful when developing locally.The text was updated successfully, but these errors were encountered: