File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 8585 (expect (current-word ) :to-equal " printfn" ) ; sanity check
8686 (call-interactively #'xref-find-definitions )
8787 (expect (file-name-nondirectory (buffer-file-name )) :to-equal " fslib-extra-pervasives.fs" )))
88- ; ; (it "finds definitions in other files of Project"
89- ; ; (with-current-buffer (eglot-fsharp--find-file-noselect "test/Test1/Program.fs")
90- ; ; (goto-char 150)
91- ; ; (expect (current-word) :to-equal "NewObjectType") ;sanity check
92- ; ; (call-interactively #'xref-find-definitions)
93- ; ; (expect (file-name-nondirectory (buffer-file-name)) :to-equal "FileTwo.fs")))
88+ (it " finds definitions in other files of Project"
89+ (with-current-buffer (eglot-fsharp--find-file-noselect " test/Test1/Program.fs" )
90+ (goto-char 150 )
91+ (expect (current-word ) :to-equal " NewObjectType" ) ; sanity check
92+ (call-interactively #'xref-find-definitions )
93+ (expect (file-name-nondirectory (buffer-file-name )) :to-equal " FileTwo.fs" )))
9494 )
9595
9696
You can’t perform that action at this time.
0 commit comments