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
Currently, --watch only re-runs your tests when the test files themselves change. Obviously, that's somewhat less than ideal.
I'd love to see --watch take an optional argument, that being a glob of files or directories (other than the tests, which are already listed at the command-line) to subscribe to changes for.
Currently,
--watch
only re-runs your tests when the test files themselves change. Obviously, that's somewhat less than ideal.I'd love to see
--watch
take an optional argument, that being a glob of files or directories (other than the tests, which are already listed at the command-line) to subscribe to changes for.Example:
The text was updated successfully, but these errors were encountered: