mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
✨ Move fressian to common module
This commit is contained in:
committed by
Alejandro Alonso
parent
ff00043811
commit
1d4bd34dfc
@@ -6,11 +6,11 @@
|
||||
|
||||
(ns backend-tests.util-objects-map-test
|
||||
(:require
|
||||
[app.common.fressian :as fres]
|
||||
[app.common.schema.generators :as sg]
|
||||
[app.common.transit :as transit]
|
||||
[app.common.types.shape :as cts]
|
||||
[app.common.uuid :as uuid]
|
||||
[app.util.fressian :as fres]
|
||||
[app.util.objects-map :as omap]
|
||||
[backend-tests.helpers :as th]
|
||||
[clojure.pprint :refer [pprint]]
|
||||
|
||||
@@ -6,13 +6,13 @@
|
||||
|
||||
(ns backend-tests.util-pointer-map-test
|
||||
(:require
|
||||
[backend-tests.helpers :as th]
|
||||
[app.common.fressian :as fres]
|
||||
[app.common.spec :as us]
|
||||
[app.common.transit :as transit]
|
||||
[app.common.types.shape :as cts]
|
||||
[app.common.uuid :as uuid]
|
||||
[app.util.fressian :as fres]
|
||||
[app.util.pointer-map :as pmap]
|
||||
[backend-tests.helpers :as th]
|
||||
[clojure.pprint :refer [pprint]]
|
||||
[clojure.spec.alpha :as s]
|
||||
[clojure.test :as t]
|
||||
|
||||
Reference in New Issue
Block a user