From 37b555f71ea6ebaea9ff183f186abc46cf9b1a67 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Sun, 14 Sep 2025 14:40:01 +0300 Subject: Restructure and start working on tests --- test/dompa/html_test.cljc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/dompa/html_test.cljc (limited to 'test/dompa/html_test.cljc') diff --git a/test/dompa/html_test.cljc b/test/dompa/html_test.cljc new file mode 100644 index 0000000..ab2fafd --- /dev/null +++ b/test/dompa/html_test.cljc @@ -0,0 +1,2 @@ +(ns dompa.html-test + (:require [clojure.test :refer [deftest is testing]])) -- cgit v1.2.3