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:
parent
9d5d4c9826
commit
2e9fb97a98
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue