File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
test/cljs/cider/nrepl/middleware Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7474 :test-paths [" test/spec" ]}
7575 :master {:repositories [[" snapshots" " https://oss.sonatype.org/content/repositories/snapshots" ]]
7676 :dependencies [[org.clojure/clojure " 1.11.0-master-SNAPSHOT" ]
77- [org.clojure/clojurescript " 1.10.439 " :scope " provided" ]]}
77+ [org.clojure/clojurescript " 1.10.516 " :scope " provided" ]]}
7878
7979 :test {:source-paths [" test/src" ]
8080 :java-source-paths [" test/java" ]
Original file line number Diff line number Diff line change 8989
9090 ; ;TODO: The :err slot is missing when running this through the Cider test-runner
9191 (testing " exprs that throw exceptions return an `err` slot"
92- (is (re-find #"Error: 1 is not ISeqable" (:err exception-response))))))
92+ (is (re-find #"1 is not ISeqable" (:err exception-response))))))
9393
9494 (testing " inspect-pop error handling"
9595 (with-redefs [i/swap-inspector! (fn [& _] (throw (Exception. " pop exception" )))]
You can’t perform that action at this time.
0 commit comments