diff --git a/frontend/test/token_tests/logic/token_actions_test.cljs b/frontend/test/token_tests/logic/token_actions_test.cljs index 720dfbef7..d710c9bf1 100644 --- a/frontend/test/token_tests/logic/token_actions_test.cljs +++ b/frontend/test/token_tests/logic/token_actions_test.cljs @@ -6,15 +6,12 @@ [app.common.test-helpers.shapes :as cths] [app.common.types.tokens-lib :as ctob] [app.main.ui.workspace.tokens.changes :as wtch] - [cljs.pprint :as pprint] [cljs.test :as t :include-macros true] [frontend-tests.helpers.pages :as thp] [frontend-tests.helpers.state :as ths] [token-tests.helpers.state :as tohs] [token-tests.helpers.tokens :as toht])) - - (t/use-fixtures :each {:before (fn [] ;; Ignore rxjs async errors