mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 01:08:28 +02:00
♻️ Ensure a correct usage of concat/into operations.
This commit is contained in:
parent
4ad34ab5c8
commit
8a2a1d6d70
43 changed files with 446 additions and 373 deletions
|
@ -37,7 +37,7 @@
|
|||
;; --- Development Stuff
|
||||
|
||||
(defn- run-tests
|
||||
([] (run-tests #"^app.common.tests.*"))
|
||||
([] (run-tests #"^app.common.*-test$"))
|
||||
([o]
|
||||
(repl/refresh)
|
||||
(cond
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue