Skip to content

Instantly share code, notes, and snippets.

@mfikes
Created November 12, 2017 23:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mfikes/af37ca553ea91181d1ddf6ceda4ba89c to your computer and use it in GitHub Desktop.
Save mfikes/af37ca553ea91181d1ddf6ceda4ba89c to your computer and use it in GitHub Desktop.
$ git clone https://github.com/jeaye/cljs-arity-spec-issue
Cloning into 'cljs-arity-spec-issue'...
remote: Counting objects: 11, done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 11 (delta 0), reused 11 (delta 0), pack-reused 0
Unpacking objects: 100% (11/11), done.
Lindas-iMac-2:Desktop mfikes$ cd cljs-arity-spec-issue/
Lindas-iMac-2:cljs-arity-spec-issue mfikes$ ls
README.md project.clj test
Lindas-iMac-2:cljs-arity-spec-issue mfikes$ open README.md
Lindas-iMac-2:cljs-arity-spec-issue mfikes$ lein test
Retrieving lein-cloverage/lein-cloverage/1.0.10/lein-cloverage-1.0.10.pom from clojars
Retrieving bultitude/bultitude/0.2.8/bultitude-0.2.8.pom from clojars
Retrieving lein-figwheel/lein-figwheel/0.5.14/lein-figwheel-0.5.14.pom from clojars
Retrieving lein-doo/lein-doo/0.1.8/lein-doo-0.1.8.pom from clojars
Retrieving doo/doo/0.1.8/doo-0.1.8.pom from clojars
Retrieving org/tcrawley/dynapath/0.2.3/dynapath-0.2.3.jar from central
Retrieving lein-cloverage/lein-cloverage/1.0.10/lein-cloverage-1.0.10.jar from clojars
Retrieving lein-doo/lein-doo/0.1.8/lein-doo-0.1.8.jar from clojars
Retrieving lein-figwheel/lein-figwheel/0.5.14/lein-figwheel-0.5.14.jar from clojars
Retrieving bultitude/bultitude/0.2.8/bultitude-0.2.8.jar from clojars
Retrieving doo/doo/0.1.8/doo-0.1.8.jar from clojars
Retrieving org/clojure/spec.alpha/0.1.143/spec.alpha-0.1.143.pom from central
Retrieving org/clojure/spec.alpha/0.1.143/spec.alpha-0.1.143.jar from central
Compiling ClojureScript...
Compiling ["target/test.js"] from ("src/cljs/" "test/cljs/" "test/cljc/")...
Successfully compiled ["target/test.js"] in 18.779 seconds.
Compiling ClojureScript...
lein test cljs-arity-spec-issue.core-test
Ran 1 tests containing 2 assertions.
0 failures, 0 errors.
Running ClojureScript test: test
Compiling ClojureScript...
;; ======================================================================
;; Testing with Node:
Testing cljs-arity-spec-issue.core-test
FAIL in (arities') (at /Users/mfikes/Desktop/cljs-arity-spec-issue/target/test.js:703:263)
Arity-1 Negative
expected: (thrown? :default (arities "bad"))
actual: nil
Ran 1 tests containing 2 assertions.
1 failures, 0 errors.
Subprocess failed
Subprocess failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment