Run all tests, then watch directories for file changes. When
something changes, run tests again. Call again if you want
the whole suite.
(defn watch
"Run all tests, then watch directories for file changes. When
something changes, run tests again. Call again if you want
the whole suite."
[]
(reset! last-watched-atom {})
(send-off watch-agent (constantly true))
(send-off watch-agent agent-watch-fn))
Comments top
No comments for watch. Log in to add a comment.