From a33b255ce4b99bb19e3501136809a97688387cb2 Mon Sep 17 00:00:00 2001 From: Yee Fay Lim Date: Sun, 11 Feb 2024 16:15:10 +0800 Subject: [PATCH] forgot tests.edn in rename... >:( --- tests.edn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.edn b/tests.edn index e70ae97..07ef3be 100644 --- a/tests.edn +++ b/tests.edn @@ -1,5 +1,5 @@ #kaocha/v1 {:tests [{:id :clj - :ns-patterns ["tablehike.*-test"]}] + :ns-patterns ["mesalog.*-test"]}] :plugins [:kaocha.plugin/junit-xml] :kaocha.plugin.junit-xml/target-file "junit.xml" :reporter kaocha.report/documentation}