0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-12 18:18:24 -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>
(ns user
(:refer-clojure :exclude [test])
(:require [clojure.tools.namespace.repl :as repl]
[clojure.walk :refer [macroexpand-all]]
[clojure.pprint :refer [pprint]]
@ -41,7 +40,7 @@
#'uxbox.migrations/migrations})
(mount/start)))
(defn- test
(defn- run-test
([] (test #"^uxbox.tests.*"))
([o]
(repl/refresh)