0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00
This commit is contained in:
Florian Schroedl 2024-07-03 17:15:23 +02:00
parent 219d184e6c
commit 0730ecef46

View file

@ -3,14 +3,11 @@
[app.common.test-helpers.compositions :as ctho]
[app.common.test-helpers.files :as cthf]
[app.common.test-helpers.shapes :as cths]
[app.main.data.workspace.changes :as dch]
[app.main.ui.workspace.tokens.core :as wtc]
[beicon.v2.core :as rx]
[token-tests.helpers.state :as tohs]
[cljs.test :as t :include-macros true]
[frontend-tests.helpers.pages :as thp]
[frontend-tests.helpers.state :as ths]
[potok.v2.core :as ptk]))
[token-tests.helpers.state :as tohs]))
(t/use-fixtures :each
{:before thp/reset-idmap!})