mirror of
https://github.com/penpot/penpot.git
synced 2025-03-11 07:11:32 -05: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)))
|
||||
|
||||
(defn- run-test
|
||||
([] (test #"^uxbox.tests.*"))
|
||||
([] (run-test #"^uxbox.tests.*"))
|
||||
([o]
|
||||
(repl/refresh)
|
||||
(cond
|
||||
|
|
Loading…
Add table
Reference in a new issue