This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-04-24
Channels
- # announcements (4)
- # babashka (75)
- # beginners (57)
- # calva (26)
- # cider (1)
- # clj-kondo (18)
- # cljs-dev (2)
- # clojure (31)
- # clojure-czech (1)
- # clojure-europe (23)
- # clojure-france (3)
- # clojure-germany (2)
- # clojure-uk (3)
- # clojurescript (23)
- # conjure (9)
- # data-oriented-programming (5)
- # datomic (14)
- # defnpodcast (1)
- # deps-new (12)
- # expound (4)
- # fulcro (32)
- # helix (4)
- # jackdaw (70)
- # joker (1)
- # malli (1)
- # music (2)
- # off-topic (19)
- # other-languages (6)
- # podcasts-discuss (5)
- # portal (6)
- # quil (5)
- # re-frame (16)
- # shadow-cljs (14)
- # spacemacs (7)
- # vim (5)
- # xtdb (22)
https://clojure.atlassian.net/browse/CLJS-3284 Does anyone have suggestions on similar tests and/or how to test the lack of warnings? There's a lot of tests, and I'm getting a bit lost in the weeds trying to hunt down something similar. Looks like the build-api-tests are exactly what I was looking for!
I'm trying to run a single test from the clojurescript repos test suite. I thought I could just do lein test :only cljs.spec.test-test/test-3049
, for example, but that outputs the following:
lein test user
Ran 0 tests containing 0 assertions.
0 failures, 0 errors.
Any ideas on what I'm doing wrong?