fennel-ls/test/init.fnl
2024-06-15 22:32:46 -05:00

18 lines
310 B
Fennel

(local faith (require :faith))
(faith.run
[:test.json-rpc
:test.string-processing
:test.capabilities
:test.settings
:test.diagnostic
:test.goto-definition
:test.hover
:test.completion
:test.references
:test.lint
:test.code-action
:test.rename
:test.misc
:test.check])