diff --git a/frontend/shadow-cljs.edn b/frontend/shadow-cljs.edn index 538908e74..83b46479a 100644 --- a/frontend/shadow-cljs.edn +++ b/frontend/shadow-cljs.edn @@ -161,7 +161,7 @@ :test-esm {:target :esm-files :output-dir "target/test-esm" - :ns-regexp "^frontend-tests.tokens.*-test$" + :ns-regexp "^token-tests.*-test$" :autorun true :compiler-options diff --git a/frontend/test/frontend_tests/tokens/style_dictionary_test.cljs b/frontend/test/token_tests/style_dictionary_test.cljs similarity index 100% rename from frontend/test/frontend_tests/tokens/style_dictionary_test.cljs rename to frontend/test/token_tests/style_dictionary_test.cljs