0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 06:02:32 -05:00

Fix testing from cljs

This commit is contained in:
Florian Schroedl 2024-10-02 09:42:42 +02:00
parent fa3e2c90e6
commit 43e5367988

View file

@ -6,8 +6,8 @@
(ns common-tests.types.tokens-lib-test
(:require
#?(:clj [app.common.fressian :as fres])
[app.common.data :as d]
[app.common.fressian :as fres]
[app.common.time :as dt]
[app.common.transit :as tr]
[app.common.types.tokens-lib :as ctob]