summaryrefslogtreecommitdiff
path: root/test/dompa/html_test.cljc
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2025-10-08 01:50:25 +0300
committerAsko Nõmm <asko@nmm.ee>2025-10-08 01:50:25 +0300
commited35b736e4098b3c7a5825674adcdd52ad577f89 (patch)
tree5e25b78c35af1f7951f82022444b5dd28cf1f9d8 /test/dompa/html_test.cljc
parentc05984198a00f249ea08792a813ed1d17c0e366d (diff)
Add test runner for cljs
Diffstat (limited to 'test/dompa/html_test.cljc')
-rw-r--r--test/dompa/html_test.cljc6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/dompa/html_test.cljc b/test/dompa/html_test.cljc
index 0bab86e..77107d1 100644
--- a/test/dompa/html_test.cljc
+++ b/test/dompa/html_test.cljc
@@ -1,6 +1,8 @@
(ns dompa.html-test
- (:require [clojure.test :refer [deftest is testing]]
- [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"