♻️ Remove tokens lib migrations from file migrations

This commit is contained in:
Andrey Antukh 2025-03-18 17:57:52 +01:00
parent cd423f23c6
commit c169eef161
3 changed files with 100 additions and 75 deletions

View file

@ -213,7 +213,7 @@
(t/is (= (ctob/set-count tokens-lib) 0))))
(t/deftest make-invalid-tokens-lib
(let [params {:sets nil :themes nil}]
(let [params {:sets {} :themes {}}]
(t/is (thrown-with-msg? #?(:cljs js/Error :clj Exception) #"expected valid token sets"
(ctob/make-tokens-lib params)))))