Updated lens tests.

This commit is contained in:
Aaron Craelius 2014-11-12 13:50:12 -05:00
parent 961e95cc2d
commit 4d72671781

View file

@ -30,4 +30,6 @@
(cljs.reader/read-string new-value)))]
(is (= @l "{:a 0}"))
(reset! l "{:b 1}")
(is (= @a {:b 1}))))
(is (= @a {:b 1}))
(reset! a {:c 2})
(is (= @l "{:c 2}"))))