Neotest adapter for Node.js test runner. Runs with following flags:
--experimental-strip-types
,--experimental-transform-types
,--no-warnings=ExperimentalWarning
,
Node.js
>= 22- Neotest
return {
{
"nvim-neotest/neotest-plenary",
},
{
"nvim-neotest/neotest",
dependencies = { "Nelfimov/neotest-node-test-runner" },
opts = {
adapters = { ["neotest-node-test-runner"] = {} },
},
},
}