We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c0aad commit 3b8ce46Copy full SHA for 3b8ce46
test/integration-tests.el
@@ -56,9 +56,9 @@
56
;; FIXME: Should use dotnet tool run
57
(expect (process-file (eglot-fsharp--path-to-server) nil nil nil "--version")
58
:to-equal 0))
59
- ;; (it "is enabled on F# Files"
60
- ;; (with-current-buffer (eglot-fsharp--find-file-noselect "test/Test1/FileTwo.fs")
61
- ;; (expect (type-of (eglot--current-server-or-lose)) :to-be 'eglot-fsautocomplete)))
+ (it "is enabled on F# Files"
+ (with-current-buffer (eglot-fsharp--find-file-noselect "test/Test1/FileTwo.fs")
+ (expect (type-of (eglot--current-server-or-lose)) :to-be 'eglot-fsautocomplete)))
62
;; (it "shows flymake errors"
63
;; (with-current-buffer (eglot-fsharp--find-file-noselect "test/Test1/Error.fs")
64
;; (flymake-mode t)
0 commit comments