From 6fed0f3b5823075ba3363758a9122496866839a6 Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Fri, 7 Mar 2025 10:59:22 +0100 Subject: [PATCH] :recycle: Remove unused bidings and requirements --- frontend/test/frontend_tests/plugins/context_shapes_test.cljs | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/test/frontend_tests/plugins/context_shapes_test.cljs b/frontend/test/frontend_tests/plugins/context_shapes_test.cljs index 4fb747780b..6afbf63bdc 100644 --- a/frontend/test/frontend_tests/plugins/context_shapes_test.cljs +++ b/frontend/test/frontend_tests/plugins/context_shapes_test.cljs @@ -8,8 +8,6 @@ (:require [app.common.math :as m] [app.common.test-helpers.files :as cthf] - [app.common.test-helpers.ids-map :as cthi] - [app.common.test-helpers.shapes :as cths] [app.common.uuid :as uuid] [app.main.store :as st] [app.plugins.api :as api] @@ -24,7 +22,6 @@ ^js context (api/create-context "TEST") _ (set! st/state store) - context (api/create-context "TEST") ^js file (. context -currentFile) ^js page (. context -currentPage)