mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 07:08:21 +02:00
♻️ Remove tokens lib migrations from file migrations
This commit is contained in:
parent
cd423f23c6
commit
c169eef161
3 changed files with 100 additions and 75 deletions
|
@ -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)))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue