mirror of
https://github.com/penpot/penpot.git
synced 2025-06-07 21:41:40 +02:00
Add tests
This commit is contained in:
parent
93a23c66ec
commit
3413d4b42f
2 changed files with 37 additions and 17 deletions
|
@ -59,23 +59,6 @@
|
|||
(or temp-theme-id-set #{})
|
||||
new-themes)))
|
||||
|
||||
(comment
|
||||
(let [state {:workspace-data {:token-themes-index {1 {:id 1}}}}]
|
||||
(toggle-active-theme-id 1 state))
|
||||
|
||||
(let [state {:workspace-data {:token-active-themes #{1}
|
||||
:token-themes-index {1 {:id 1}}}}]
|
||||
(toggle-active-theme-id 1 state))
|
||||
|
||||
(let [state {:workspace-data {:token-active-themes #{2 3 4}
|
||||
:token-themes-index {1 {:id 1}
|
||||
2 {:id 2}
|
||||
3 {:id 3}
|
||||
4 {:id 4 :group :different}}}}]
|
||||
(toggle-active-theme-id 1 state))
|
||||
nil)
|
||||
|
||||
|
||||
(defn update-theme-id
|
||||
[state]
|
||||
(let [active-themes (get-active-theme-ids state)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue