summaryrefslogtreecommitdiff
path: root/test/dompa/html_test.cljc
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2025-09-14 14:40:01 +0300
committerAsko Nõmm <asko@nmm.ee>2025-09-14 14:40:01 +0300
commit37b555f71ea6ebaea9ff183f186abc46cf9b1a67 (patch)
treecd2fb542c4654af2bb4446a442fdc3550a813379 /test/dompa/html_test.cljc
parentc9fb6f1c80a83f9e8ea88f7db3caedae57985fd7 (diff)
Restructure and start working on tests
Diffstat (limited to 'test/dompa/html_test.cljc')
-rw-r--r--test/dompa/html_test.cljc2
1 files changed, 2 insertions, 0 deletions
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]]))