mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 06:02:32 -05:00
Fix description
This commit is contained in:
parent
4b47fa5d7a
commit
8343a9f3b5
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
|||
(t/deftest resolve-tokens-test
|
||||
(t/async
|
||||
done
|
||||
(t/testing "resolves tokens using style-dictionary"
|
||||
(t/testing "resolves tokens using style-dictionary from a ids map"
|
||||
(-> (sd/resolve-tokens+ tokens)
|
||||
(p/finally (fn [resolved-tokens]
|
||||
(let [expected-tokens {"borderRadius.sm"
|
||||
|
@ -40,7 +40,7 @@
|
|||
(t/deftest resolve-tokens-names-map-test
|
||||
(t/async
|
||||
done
|
||||
(t/testing "resolves tokens using style-dictionary in a names-map"
|
||||
(t/testing "resolves tokens using style-dictionary from a names map"
|
||||
(-> (vals tokens)
|
||||
(wtt/token-names-map)
|
||||
(sd/resolve-tokens+ {:names-map? true})
|
||||
|
|
Loading…
Add table
Reference in a new issue