From 8343a9f3b52024adac19930e9937fa994beacca2 Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Thu, 22 Aug 2024 10:59:40 +0200 Subject: [PATCH] Fix description --- frontend/test/token_tests/style_dictionary_test.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/test/token_tests/style_dictionary_test.cljs b/frontend/test/token_tests/style_dictionary_test.cljs index 0027a5bd1..638fa7e3c 100644 --- a/frontend/test/token_tests/style_dictionary_test.cljs +++ b/frontend/test/token_tests/style_dictionary_test.cljs @@ -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})