File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
15
15
(defvar clojure-ts-failing-tests
16
16
(when (member system-type '(ms-dos windows-nt cygwin))
17
- '(" ./test/cider-eval-tests.el" ))
17
+ '(" ./test/cider-client-tests.el"
18
+ " ./test/cider-eval-tests.el" ))
18
19
" Tests that fail when running against clojure-ts-mode. These need to be fixed.
19
20
See 'cider-expected-ns returns the namespace matching the given string path'
20
21
and 'cider-provide-file can handle multibyte characters'
Original file line number Diff line number Diff line change @@ -154,7 +154,6 @@ nREPL connection."
154
154
(relpath (thread-last
155
155
(cider-classpath-entries)
156
156
(seq-filter #'file-directory-p )
157
- (seq-map #'file-truename )
158
157
(seq-map (lambda (dir )
159
158
(when (file-in-directory-p path dir)
160
159
(file-relative-name path dir))))
You can’t perform that action at this time.
0 commit comments