fix cljs tests
This commit is contained in:
parent
d1808d8573
commit
303ad09088
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
(ns dda.c4k-shynet.browser-test
|
(ns dda.c4k-gitea.browser-test
|
||||||
(:require
|
(:require
|
||||||
[cljs.test :refer-macros [deftest is are testing run-tests]]
|
[cljs.test :refer-macros [deftest is are testing run-tests]]
|
||||||
[hickory.render :as hr]
|
[hickory.render :as hr]
|
||||||
[dda.c4k-shynet.browser :as cut]))
|
[dda.c4k-gitea.browser :as cut]))
|
||||||
|
|
||||||
(deftest should-generate-group
|
(deftest should-generate-group
|
||||||
(is (= "<div class=\"rounded border border-3 m-3 p-2\"><b style=\"z-index: 1; position: relative; top: -1.3rem;\">id1</b><fieldset>content</fieldset></div>"
|
(is (= "<div class=\"rounded border border-3 m-3 p-2\"><b style=\"z-index: 1; position: relative; top: -1.3rem;\">id1</b><fieldset>content</fieldset></div>"
|
Loading…
Reference in a new issue