Awesome
neotest-deno
WIP
Installation
Requires nvim-treesitter.
Install and configure like any other neotest adapter:
use "markemmons/neotest-deno"
require("neotest").set({
adapters = {
require("neotest-deno"),
...
}
})
Configuration
TODO
Test Support
- Deno.test tests
- bdd - nested tests
- bdd - flat tests
- Chai
- Sinon.JS
- fast-check
- Documentation tests
DAP Support
Benchmarks
TODO
Coverage
TODO