From d097b5b179fd42d8e843e1109e53a8f0099d306f Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Wed, 2 Oct 2024 17:10:26 +0200 Subject: [PATCH] Cleanup --- frontend/test/token_tests/logic/token_actions_test.cljs | 3 --- 1 file changed, 3 deletions(-) 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