hls-plugin-api-1.5.0.0: test/Ide/PluginUtilsTest.hs
module Ide.PluginUtilsTest
( tests
) where
import Ide.PluginUtils (positionInRange)
import Language.LSP.Types (Position (Position), Range (Range))
import Test.Tasty
import Test.Tasty.HUnit
tests :: TestTree
tests = testGroup "PluginUtils"
[
]