fix tests for cljs

This commit is contained in:
Nathan Marz 2016-06-23 12:30:17 -04:00
parent 7dcc589495
commit 1497aacf59

View file

@ -1320,7 +1320,7 @@
))))
(deftest multi-transform-overrun-error
(is (thrown? Exception (multi-transform s/STAY 3)))
(is (thrown? #+clj Exception #+cljs js/Error (multi-transform s/STAY 3)))
)
(deftest terminal-val-test