Right, that's enough for today. I understand what's wrong.
This commit is contained in:
parent
7724a2514a
commit
b7c745a0a4
7 changed files with 68 additions and 43 deletions
11
test/cljs/youyesyet/canvasser_app/ui_utils_test.cljs
Normal file
11
test/cljs/youyesyet/canvasser_app/ui_utils_test.cljs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
(ns youyesyet.canvasser-app.ui-utils-test
|
||||
(:require [cljs.test :refer-macros [is are deftest testing use-fixtures]]
|
||||
[reagent.core :as reagent :refer [atom]]
|
||||
[youyesyet.canvasser-app.ui-utils :refer :all]))
|
||||
|
||||
(deftest big-link-tests
|
||||
(testing "big-link"
|
||||
(is (= [:div.big-link-container {:key (gensym "big-link")}
|
||||
[:a.big-link {}
|
||||
"Test"]]
|
||||
(big-link "Test" nil nil)))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue