Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 341 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 341 Bytes

neotest-testthat

Neotest adapter for R packages using testthat tests.

Requires nvim-treesitter and the parser for R.

require('neotest').setup {
  adapters = {
    require('neotest-testthat')
  }
}