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 74
74
:test-paths [" test/spec" ]}
75
75
:master {:repositories [[" snapshots" " https://oss.sonatype.org/content/repositories/snapshots" ]]
76
76
: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" ]]}
78
78
79
79
:test {:source-paths [" test/src" ]
80
80
:java-source-paths [" test/java" ]
Original file line number Diff line number Diff line change 89
89
90
90
; ;TODO: The :err slot is missing when running this through the Cider test-runner
91
91
(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))))))
93
93
94
94
(testing " inspect-pop error handling"
95
95
(with-redefs [i/swap-inspector! (fn [& _] (throw (Exception. " pop exception" )))]
You can’t perform that action at this time.
0 commit comments