mirror of
https://github.com/penpot/penpot.git
synced 2026-05-31 04:38:08 +00:00
Fix tests.
This commit is contained in:
parent
96b1baf6cf
commit
f352ca050d
@ -1,8 +1,8 @@
|
|||||||
(ns uxbox.tests.geom-types
|
(ns uxbox.tests.geom-types
|
||||||
(:require [cljs.test :as t :include-macros true]
|
(:require [cljs.test :as t :include-macros true]
|
||||||
[cljs.pprint :refer (pprint)]
|
[cljs.pprint :refer (pprint)]
|
||||||
[uxbox.common.geom.point :as gpt]
|
[uxbox.util.geom.point :as gpt]
|
||||||
[uxbox.common.geom.matrix :as gmt]))
|
[uxbox.util.geom.matrix :as gmt]))
|
||||||
|
|
||||||
(t/deftest point-constructors-test
|
(t/deftest point-constructors-test
|
||||||
(let [p (gpt/point 1 2)]
|
(let [p (gpt/point 1 2)]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user