mirror of
https://github.com/penpot/penpot.git
synced 2025-05-21 23:06:10 +02:00
fix(backend): fix run-test function
This commit is contained in:
parent
f357180564
commit
f06fce06c3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue