mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
fix(backend): fix run-test function
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
(mount/start)))
|
||||
|
||||
(defn- run-test
|
||||
([] (test #"^uxbox.tests.*"))
|
||||
([] (run-test #"^uxbox.tests.*"))
|
||||
([o]
|
||||
(repl/refresh)
|
||||
(cond
|
||||
|
||||
Reference in New Issue
Block a user