0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-15 03:28:25 -05:00

feat(backend): remove warning from user ns (related to test function)

This commit is contained in:
Andrey Antukh 2019-06-13 21:24:11 +02:00
parent 9d5d4c9826
commit 2e9fb97a98

View file

@ -5,7 +5,6 @@
;; Copyright (c) 2016-2019 Andrey Antukh <niwi@niwi.nz> ;; Copyright (c) 2016-2019 Andrey Antukh <niwi@niwi.nz>
(ns user (ns user
(:refer-clojure :exclude [test])
(:require [clojure.tools.namespace.repl :as repl] (:require [clojure.tools.namespace.repl :as repl]
[clojure.walk :refer [macroexpand-all]] [clojure.walk :refer [macroexpand-all]]
[clojure.pprint :refer [pprint]] [clojure.pprint :refer [pprint]]
@ -41,7 +40,7 @@
#'uxbox.migrations/migrations}) #'uxbox.migrations/migrations})
(mount/start))) (mount/start)))
(defn- test (defn- run-test
([] (test #"^uxbox.tests.*")) ([] (test #"^uxbox.tests.*"))
([o] ([o]
(repl/refresh) (repl/refresh)