This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-10-12
Channels
- # beginners (58)
- # boot (4)
- # calva (1)
- # cider (13)
- # cljdoc (1)
- # cljs-dev (7)
- # cljsrn (14)
- # clojure (93)
- # clojure-canada (1)
- # clojure-conj (1)
- # clojure-germany (1)
- # clojure-italy (6)
- # clojure-losangeles (3)
- # clojure-nl (8)
- # clojure-spec (6)
- # clojure-uk (77)
- # clojurescript (3)
- # cursive (5)
- # data-science (6)
- # datomic (52)
- # emacs (1)
- # figwheel-main (2)
- # fulcro (6)
- # graphql (7)
- # jobs (9)
- # leiningen (1)
- # luminus (15)
- # mount (14)
- # off-topic (94)
- # pedestal (1)
- # re-frame (7)
- # reagent (10)
- # shadow-cljs (75)
- # spacemacs (4)
- # test-check (15)
- # tools-deps (23)
- # unrepl (1)
Hello, is there a way to specify in a lein project that my :resource-paths in the :dev profile is to be treated as a "test resource" and not a "resource" in intellij ?
I don't know of a way, but why would that ever be important? Just make a :test profile with different resources
to expand on @azzurite’s answer https://stackoverflow.com/a/33486387
Is there a way to edit the template file used when creating a new namespace? I don't like the [clojure.test :refer :all]
when a test namespace is created.
File -> Settings -> Editor -> File and Code Templates It's really not like it's hard to find 😛 https://www.google.com/search?q=intellij+edit+file+template
👎 4