fix tests for cljs
This commit is contained in:
parent
7dcc589495
commit
1497aacf59
1 changed files with 1 additions and 1 deletions
|
|
@ -1320,7 +1320,7 @@
|
||||||
))))
|
))))
|
||||||
|
|
||||||
(deftest multi-transform-overrun-error
|
(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
|
(deftest terminal-val-test
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue