diff --git a/test/babashka/main_test.clj b/test/babashka/main_test.clj index fa58881f..057f8b81 100644 --- a/test/babashka/main_test.clj +++ b/test/babashka/main_test.clj @@ -402,6 +402,13 @@ (bb nil (format "(.deleteOnExit (io/file \"%s\"))" p)) (is (false? (.exists f)))))) +(deftest statsd-client-test + (is (= :success (bb nil " +(load-file (io/file \"test-resources\" \"babashka\" \"statsd.clj\")) +(require '[statsd-client :as c]) +(c/increment :foo) +:success")))) + ;;;; Scratch (comment