mirror of
https://github.com/penpot/penpot.git
synced 2025-03-11 15:21:18 -05:00
Add geom tests to the test runner.
This commit is contained in:
parent
996770a625
commit
b484dff945
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
(ns uxbox.test-runner
|
||||
(:require [cljs.test :as test]
|
||||
[uxbox.data.workspace-tests]))
|
||||
[uxbox.data.workspace-tests]
|
||||
[uxbox.util.geom-tests]))
|
||||
|
||||
(enable-console-print!)
|
||||
|
||||
|
@ -9,6 +10,7 @@
|
|||
(test/run-tests
|
||||
(test/empty-env)
|
||||
'uxbox.data.workspace-tests
|
||||
'uxbox.util.geom-tests
|
||||
))
|
||||
|
||||
(defmethod test/report [:cljs.test/default :end-run-tests]
|
||||
|
|
Loading…
Add table
Reference in a new issue