Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 597 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 597 Bytes

Neotest Node.js test runner

Neotest adapter for Node.js test runner. Runs with following flags:

  • --experimental-strip-types,
  • --experimental-transform-types,
  • --no-warnings=ExperimentalWarning,

Requirements

Setup

LazyVim

return {
  {
    "nvim-neotest/neotest-plenary",
  },
  {
    "nvim-neotest/neotest",
    dependencies = { "Nelfimov/neotest-node-test-runner" },
    opts = {
      adapters = { ["neotest-node-test-runner"] = {} },
    },
  },
}