From ba6a6059c155c11d32c8a38c720592c3376cd6b7 Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Mon, 24 Jun 2024 14:07:21 +0200 Subject: [PATCH] Move to custom ns --- frontend/shadow-cljs.edn | 2 +- .../tokens => token_tests}/style_dictionary_test.cljs | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename frontend/test/{frontend_tests/tokens => token_tests}/style_dictionary_test.cljs (100%) 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