mirror of
https://github.com/penpot/penpot.git
synced 2026-09-07 20:49:37 +00:00
fix(backend): fix run-test function
This commit is contained in:
parent
f357180564
commit
f06fce06c3
@ -41,7 +41,7 @@
|
|||||||
(mount/start)))
|
(mount/start)))
|
||||||
|
|
||||||
(defn- run-test
|
(defn- run-test
|
||||||
([] (test #"^uxbox.tests.*"))
|
([] (run-test #"^uxbox.tests.*"))
|
||||||
([o]
|
([o]
|
||||||
(repl/refresh)
|
(repl/refresh)
|
||||||
(cond
|
(cond
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user