♻️ Refactor tests directory structure

This commit is contained in:
Andrey Antukh 2022-11-08 10:40:19 +01:00 committed by Andrés Moya
parent 12e2d3ad96
commit 3ef99c287e
45 changed files with 170 additions and 116 deletions

View file

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