From 710eee3e5162fa1a1bb4ef001acf24ceea16af35 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Wed, 29 Jan 2020 23:31:29 +0100 Subject: [PATCH] [#247] add clojure.test/report --- src/babashka/impl/test.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/babashka/impl/test.clj b/src/babashka/impl/test.clj index 9a7a59b3..497963eb 100644 --- a/src/babashka/impl/test.clj +++ b/src/babashka/impl/test.clj @@ -20,6 +20,7 @@ 'testing-vars-str t/testing-vars-str 'testing-contexts-str t/testing-contexts-str 'inc-report-counter t/inc-report-counter + 'report t/report 'do-report t/do-report ;; assertion utilities 'function? t/function?