summaryrefslogtreecommitdiff
path: root/test/dompa/html_test.cljc
diff options
context:
space:
mode:
authorAsko Nõmm <asko@repl.ee>2025-12-07 01:22:47 +0200
committerGitHub <noreply@github.com>2025-12-07 01:22:47 +0200
commit46c90c3f3d9e5a3e0883e6e6305dbd958951ac47 (patch)
tree6b3a5b79f64ecee3fea4e86a3c8e5a09de14c320 /test/dompa/html_test.cljc
parentd78abee5f9c6df199524487f226a1c5498a88ec4 (diff)
parent4a242170a0dbc3df30ba56608a581ab1a9fcf61c (diff)
Merge pull request #12 from askonomm/11-improve-templating-ergonomics
Improve templating ergonomics (#11)
Diffstat (limited to 'test/dompa/html_test.cljc')
-rw-r--r--test/dompa/html_test.cljc12
1 files changed, 8 insertions, 4 deletions
diff --git a/test/dompa/html_test.cljc b/test/dompa/html_test.cljc
index 77107d1..5b620ba 100644
--- a/test/dompa/html_test.cljc
+++ b/test/dompa/html_test.cljc
@@ -1,8 +1,12 @@
(ns dompa.html-test
- #?(:clj (:require [clojure.test :refer [deftest is testing]]
- [dompa.html :as html]))
- #?(:cljs (:require [cljs.test :refer-macros [deftest testing is]]
- [dompa.html :as html])))
+ #?(:clj
+ (:require
+ [clojure.test :refer [deftest is testing]]
+ [dompa.html :as html]))
+ #?(:cljs
+ (:require
+ [cljs.test :refer-macros [deftest testing is]]
+ [dompa.html :as html])))
(deftest coordinates-test
(testing "HTML to coordinates"