📎 Rename app-tests to backend-tests for naming consistency

This commit is contained in:
Andrey Antukh 2022-11-07 17:38:06 +01:00 committed by Andrés Moya
parent 0dc3dba428
commit 12e2d3ad96
25 changed files with 31 additions and 31 deletions

View file

@ -63,7 +63,7 @@
;; --- Development Stuff
(defn- run-tests
([] (run-tests #"^app-tests.test-.*$"))
([] (run-tests #"^backend-tests.test-.*$"))
([o]
(repl/refresh)
(cond