Fix monitoring test to include cljs path
This commit is contained in:
parent
e53dfc01aa
commit
f34fa113ca
1 changed files with 2 additions and 2 deletions
|
@ -31,12 +31,12 @@
|
||||||
|
|
||||||
(deftest should-not-generate-config
|
(deftest should-not-generate-config
|
||||||
(is (thrown?
|
(is (thrown?
|
||||||
Exception
|
#?(:clj Exception :cljs js/Error)
|
||||||
(cut/generate-config invalid-conf auth))))
|
(cut/generate-config invalid-conf auth))))
|
||||||
|
|
||||||
(deftest should-not-generate-auth
|
(deftest should-not-generate-auth
|
||||||
(is (thrown?
|
(is (thrown?
|
||||||
Exception
|
#?(:clj Exception :cljs js/Error)
|
||||||
(cut/generate-config conf invalid-auth))))
|
(cut/generate-config conf invalid-auth))))
|
||||||
|
|
||||||
(deftest should-generate
|
(deftest should-generate
|
||||||
|
|
Loading…
Reference in a new issue