0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-10 14:51:37 -05:00

fix(backend): fix run-test function

This commit is contained in:
Andrey Antukh 2019-06-15 23:55:51 +02:00
parent f357180564
commit f06fce06c3

View file

@ -41,7 +41,7 @@
(mount/start)))
(defn- run-test
([] (test #"^uxbox.tests.*"))
([] (run-test #"^uxbox.tests.*"))
([o]
(repl/refresh)
(cond