mirror of
https://github.com/penpot/penpot.git
synced 2025-07-24 22:47:14 +02:00
Add full implementation of duplicate shape action.
This commit is contained in:
parent
e7ddd65ee2
commit
747c9b45aa
5 changed files with 154 additions and 19 deletions
|
@ -1,5 +1,6 @@
|
|||
(ns uxbox.test-runner
|
||||
(:require [cljs.test :as test]
|
||||
[uxbox.state.shapes-tests]
|
||||
[uxbox.data.workspace-tests]
|
||||
[uxbox.util.geom-tests]))
|
||||
|
||||
|
@ -11,6 +12,7 @@
|
|||
(test/empty-env)
|
||||
'uxbox.data.workspace-tests
|
||||
'uxbox.util.geom-tests
|
||||
'uxbox.state.shapes-tests
|
||||
))
|
||||
|
||||
(defmethod test/report [:cljs.test/default :end-run-tests]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue