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:
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>
|
||||
|
||||
(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)
|
||||
|
|
Loading…
Add table
Reference in a new issue